Color names in this palette
CSS code for this palette
/* CSS */
.space-cadet {
color: #1b2450;
}
.antilles-blue {
color: #3b5b8c;
}
.hippie-blue {
color: #4c889a;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.coral-orange {
color: #e6694c;
}
/* CSS Variables */
:root {
--space-cadet:#1b2450;
--antilles-blue:#3b5b8c;
--hippie-blue:#4c889a;
--solar-plexus-chakra:#f0c74c;
--coral-orange:#e6694c;
}