Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d5a7;
}
.petals-unfolding {
color: #f4b8c4;
}
.petal-plush {
color: #e1b1e7;
}
.chapel-blue {
color: #b1d3e7;
}
.windsor-way {
color: #a1c4e8;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d5a7;
--petals-unfolding:#f4b8c4;
--petal-plush:#e1b1e7;
--chapel-blue:#b1d3e7;
--windsor-way:#a1c4e8;
}