Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e5b8d7;
}
.avid-apricot {
color: #f3c5a0;
}
.butter-up {
color: #f3e2b9;
}
.field-day {
color: #c9e6a3;
}
.regale-blue {
color: #7fb2d7;
}
/* CSS Variables */
:root {
--child-s-play:#e5b8d7;
--avid-apricot:#f3c5a0;
--butter-up:#f3e2b9;
--field-day:#c9e6a3;
--regale-blue:#7fb2d7;
}