Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c2;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.field-day {
color: #c2e9a5;
}
.french-pass {
color: #a3d3e0;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c2;
--enjoyable-yellow:#f6d6a7;
--cr-me-de-la-cr-me:#f3e8b4;
--field-day:#c2e9a5;
--french-pass:#a3d3e0;
}