Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e9b9d2;
}
.rose-reminder {
color: #f4c3c8;
}
.applesauce {
color: #f5d599;
}
.buttery-croissant {
color: #f8e29b;
}
.rose-mallow {
color: #f1a7c7;
}
/* CSS Variables */
:root {
--child-s-play:#e9b9d2;
--rose-reminder:#f4c3c8;
--applesauce:#f5d599;
--buttery-croissant:#f8e29b;
--rose-mallow:#f1a7c7;
}