Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e3bad1;
}
.sand-island {
color: #f4d1c3;
}
.barley-white {
color: #f6e4b6;
}
.moonlight-jade {
color: #c8e4df;
}
.spindle {
color: #b2c3d7;
}
/* CSS Variables */
:root {
--eau-de-rose:#e3bad1;
--sand-island:#f4d1c3;
--barley-white:#f6e4b6;
--moonlight-jade:#c8e4df;
--spindle:#b2c3d7;
}