Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.lemon-whisper {
color: #ffb30f;
}
.aqua-glass {
color: #d1e6e1;
}
.hippie-blue {
color: #498c9c;
}
.celestial-blue {
color: #2a4d6a;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--lemon-whisper:#ffb30f;
--aqua-glass:#d1e6e1;
--hippie-blue:#498c9c;
--celestial-blue:#2a4d6a;
}