Color names in this palette
CSS code for this palette
/* CSS */
.serene-pink {
color: #f4c3b8;
}
.pekin-chicken {
color: #f7d1ab;
}
.cymophane-yellow {
color: #f2e3a6;
}
.bottlebrush-blossom {
color: #e9ebb2;
}
.enchanted-meadow {
color: #b4d9b7;
}
/* CSS Variables */
:root {
--serene-pink:#f4c3b8;
--pekin-chicken:#f7d1ab;
--cymophane-yellow:#f2e3a6;
--bottlebrush-blossom:#e9ebb2;
--enchanted-meadow:#b4d9b7;
}