Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #ff3d81;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.joyous {
color: #ffecb3;
}
/* CSS Variables */
:root {
--diva-pink:#ff3d81;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--joyous:#ffecb3;
}