Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.fallen-blossoms {
color: #f0b2c4;
}
.gold-sand {
color: #f9e6a9;
}
.clarified-orange {
color: #f9a35d;
}
.watermelon-slice {
color: #e6796b;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--fallen-blossoms:#f0b2c4;
--gold-sand:#f9e6a9;
--clarified-orange:#f9a35d;
--watermelon-slice:#e6796b;
}