Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.candy-tuft {
color: #f2d9e4;
}
.serene-peach {
color: #f5d3b7;
}
.citrus-honey {
color: #f5b76b;
}
.durotar-fire {
color: #f05e28;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--candy-tuft:#f2d9e4;
--serene-peach:#f5d3b7;
--citrus-honey:#f5b76b;
--durotar-fire:#f05e28;
}