Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5e8a8d;
}
.zenith-heights {
color: #a6c9c8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.jokaero-orange {
color: #e75b04;
}
.smooch-rouge {
color: #d73c4e;
}
/* CSS Variables */
:root {
--steel-teal:#5e8a8d;
--zenith-heights:#a6c9c8;
--solar-plexus-chakra:#f1c84b;
--jokaero-orange:#e75b04;
--smooch-rouge:#d73c4e;
}