Color names in this palette
CSS code for this palette
/* CSS */
.scoville-high {
color: #e8482c;
}
.hot-sun {
color: #f7b32b;
}
.maximum-green-yellow {
color: #d9e65b;
}
.sea-serpent {
color: #4bc9d2;
}
.ivory-tower {
color: #fbf5f4;
}
/* CSS Variables */
:root {
--scoville-high:#e8482c;
--hot-sun:#f7b32b;
--maximum-green-yellow:#d9e65b;
--sea-serpent:#4bc9d2;
--ivory-tower:#fbf5f4;
}