Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d6a7;
}
.pink-marshmallow {
color: #f1b7d2;
}
.rustique {
color: #f9bfb4;
}
.popcorn {
color: #f4d07b;
}
.light-orchid {
color: #e8a6d3;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d6a7;
--pink-marshmallow:#f1b7d2;
--rustique:#f9bfb4;
--popcorn:#f4d07b;
--light-orchid:#e8a6d3;
}