Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.nevada-sky {
color: #a0d8e9;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c5;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--nevada-sky:#a0d8e9;
}