Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-sky {
color: #89cfeb;
}
.steel-blue {
color: #4682b4;
}
.cadet-blue {
color: #609d9f;
}
.soviet-gold {
color: #ffd900;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--afternoon-sky:#89cfeb;
--steel-blue:#4682b4;
--cadet-blue:#609d9f;
--soviet-gold:#ffd900;
--inferno-orange:#ff4400;
}