Color names in this palette
CSS code for this palette
/* CSS */
.sour-green-cherry {
color: #d2f9ae;
}
.turquoise-tower {
color: #a8e6cf;
}
.prime-pink {
color: #ff8e8a;
}
.equatorial {
color: #ffcc85;
}
.bollywood-gold {
color: #fffbad;
}
/* CSS Variables */
:root {
--sour-green-cherry:#d2f9ae;
--turquoise-tower:#a8e6cf;
--prime-pink:#ff8e8a;
--equatorial:#ffcc85;
--bollywood-gold:#fffbad;
}