fabiocaseri
6/17/2013 - 1:14 PM

klimato dashing-js widget weather colors

klimato dashing-js widget weather colors

<html>
<head>
<style type="text/css">
.box {
  display: block;
  height: 72px;
}
</style>
</head>
<body>
<div class="box" style="background-color:#52a5ff"></div>
<div class="box" style="background-color:#48efff"></div>
<div class="box" style="background-color:#4dff5a"></div>
<div class="box" style="background-color:#ffe33d"></div>
<div class="box" style="background-color:#ff9d37"></div>
<div class="box" style="background-color:#ff5131"></div>
<div class="box" style="background-color:#ff2c59"></div>
</body>
</html>