Color names in this palette
CSS code for this palette
/* CSS */
.cameo {
color: #f1dcbc;
}
.golden-mushroom {
color: #f4e9d2;
}
.cotton-fluff {
color: #faf4e5;
}
.coastal-breeze {
color: #e1f3f9;
}
.palace-rose {
color: #fbcbd5;
}
/* CSS Variables */
:root {
--cameo:#f1dcbc;
--golden-mushroom:#f4e9d2;
--cotton-fluff:#faf4e5;
--coastal-breeze:#e1f3f9;
--palace-rose:#fbcbd5;
}