Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d2;
}
.mountain-laurel {
color: #f4c8d6;
}
.havana-cream {
color: #f9e6c3;
}
.milky-maize {
color: #f9d89f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d2;
--mountain-laurel:#f4c8d6;
--havana-cream:#f9e6c3;
--milky-maize:#f9d89f;
--grapefruit-pulp:#ff6e61;
}