Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f5b2c5;
}
.lazy-daisy {
color: #f7e9a1;
}
.light-budgie-blue {
color: #a1d6e8;
}
.cal-poly-pomona-green {
color: #1e4d2b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--cupid:#f5b2c5;
--lazy-daisy:#f7e9a1;
--light-budgie-blue:#a1d6e8;
--cal-poly-pomona-green:#1e4d2b;
--grapefruit-pulp:#ff6e61;
}