Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.rose-mallow {
color: #f1a7c5;
}
.flan {
color: #f7e5b1;
}
.coral-silk {
color: #f6a07e;
}
.rosy-cheeks {
color: #d84f6b;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--rose-mallow:#f1a7c5;
--flan:#f7e5b1;
--coral-silk:#f6a07e;
--rosy-cheeks:#d84f6b;
}