Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d1;
}
.dreamsicle {
color: #f5d4c2;
}
.blended-fruit {
color: #f9e4a4;
}
.arts-crafts-gold {
color: #f5c68a;
}
.inventive-orange {
color: #e7a06a;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d1;
--dreamsicle:#f5d4c2;
--blended-fruit:#f9e4a4;
--arts-crafts-gold:#f5c68a;
--inventive-orange:#e7a06a;
}