Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d1;
}
.ice-cream-parlour {
color: #f8d0af;
}
.chai-latte {
color: #f8c8a0;
}
.khaki-core {
color: #f9e3ae;
}
.pink-fit {
color: #f5a3af;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d1;
--ice-cream-parlour:#f8d0af;
--chai-latte:#f8c8a0;
--khaki-core:#f9e3ae;
--pink-fit:#f5a3af;
}