Skip to content

Instantly share code, notes, and snippets.

@randolphdudley
Created August 21, 2018 23:29
Show Gist options
  • Save randolphdudley/d218330f9e87317f4498b84d141c9567 to your computer and use it in GitHub Desktop.
Save randolphdudley/d218330f9e87317f4498b84d141c9567 to your computer and use it in GitHub Desktop.
CSS weather temperature colors
.temp-0 {
color: #9c2fae;
}
.temp-1-10 {
color: #663fb4;
}
.temp-11-20 {
color: #4055b2;
}
.temp-21-30 {
color: #587cf7;
}
.temp-31-40 {
color: #1daaf1;
}
.temp-41-50 {
color: #1ebdd0;
}
.temp-51-60 {
color: #159588;
}
.temp-61-70 {
color: #2d9a2d;
}
.temp-71-80 {
color: #8cc051;
}
.temp-81-90 {
color: #fdc12f;
}
.temp-91-100 {
color: #fd9728;
}
.temp-101 {
color: #fb582f;
}
@randolphdudley
Copy link
Author

in Fahrenheit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment