Color names in this palette
CSS code for this palette
/* CSS */
.jurassic-gold {
color: #e8a34f;
}
.sport-yellow {
color: #f2d578;
}
.frisky {
color: #c8df9f;
}
.throat-chakra {
color: #6cd3da;
}
.rosy-outlook {
color: #f6aba2;
}
/* CSS Variables */
:root {
--jurassic-gold:#e8a34f;
--sport-yellow:#f2d578;
--frisky:#c8df9f;
--throat-chakra:#6cd3da;
--rosy-outlook:#f6aba2;
}