Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5a8d;
}
.jay-bird {
color: #4b81a0;
}
.culinary-blue {
color: #78b9c4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5a8d;
--jay-bird:#4b81a0;
--culinary-blue:#78b9c4;
--solar-plexus-chakra:#f1c84b;
--dodgeroll-gold:#f39c12;
}