Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d0;
}
.apricot-obsession {
color: #f9c4b4;
}
.milk-froth {
color: #ffedcc;
}
.glisten-yellow {
color: #f7e7ab;
}
.mexican-milk {
color: #ffb9b3;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d0;
--apricot-obsession:#f9c4b4;
--milk-froth:#ffedcc;
--glisten-yellow:#f7e7ab;
--mexican-milk:#ffb9b3;
}