Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d5a7;
}
.soft-cashmere {
color: #f1b6d5;
}
.children-s-soft-blue {
color: #a2d1d7;
}
.gold-sand {
color: #f9e4a9;
}
.desert-dust {
color: #e3b88c;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d5a7;
--soft-cashmere:#f1b6d5;
--children-s-soft-blue:#a2d1d7;
--gold-sand:#f9e4a9;
--desert-dust:#e3b88c;
}