Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.hawaiian-passion {
color: #ff9e3d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.waterfall {
color: #3bb0a2;
}
.taos-turquoise {
color: #2b8b8c;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--hawaiian-passion:#ff9e3d;
--solar-plexus-chakra:#f1c84b;
--waterfall:#3bb0a2;
--taos-turquoise:#2b8b8c;
}