Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.rose-mallow {
color: #f1a7c7;
}
.sunday-afternoon {
color: #f7c678;
}
.troll-slayer-orange {
color: #f3a14f;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--rose-mallow:#f1a7c7;
--sunday-afternoon:#f7c678;
--troll-slayer-orange:#f3a14f;
--fireglow:#d65e3d;
}