Color names in this palette
CSS code for this palette
/* CSS */
.maui-blue {
color: #4da0b3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dodgeroll-gold {
color: #f39c12;
}
.entan-red {
color: #e76e50;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--maui-blue:#4da0b3;
--solar-plexus-chakra:#f1c84b;
--dodgeroll-gold:#f39c12;
--entan-red:#e76e50;
--painted-poppy:#c94b3b;
}