Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #f0c7d0;
}
.ballerina-pink {
color: #f8b4ba;
}
.cumquat-cream {
color: #f29c7d;
}
.forsythia-blossom {
color: #f9d66c;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
/* CSS Variables */
:root {
--desire-pink:#f0c7d0;
--ballerina-pink:#f8b4ba;
--cumquat-cream:#f29c7d;
--forsythia-blossom:#f9d66c;
--lemon-ice-yellow:#f7e2a6;
}