Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e4bed3;
}
.mountain-laurel {
color: #f4c8d6;
}
.honey-beige {
color: #f5e2c7;
}
.igniting {
color: #f4d79a;
}
.crisps {
color: #e2c069;
}
/* CSS Variables */
:root {
--eau-de-rose:#e4bed3;
--mountain-laurel:#f4c8d6;
--honey-beige:#f5e2c7;
--igniting:#f4d79a;
--crisps:#e2c069;
}