Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d3;
}
.bellini {
color: #f6c8b1;
}
.gold-sand {
color: #f9e6a9;
}
.aqua-bay {
color: #b3e0c9;
}
.ice-cold-stare {
color: #b3d1ff;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d3;
--bellini:#f6c8b1;
--gold-sand:#f9e6a9;
--aqua-bay:#b3e0c9;
--ice-cold-stare:#b3d1ff;
}