Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d4;
}
.peach-damask {
color: #f7c6a6;
}
.barely-butter {
color: #f9e9c3;
}
.cocoa-butter {
color: #f3f3c3;
}
.icecap {
color: #c2d6e0;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d4;
--peach-damask:#f7c6a6;
--barely-butter:#f9e9c3;
--cocoa-butter:#f3f3c3;
--icecap:#c2d6e0;
}