Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a5c2;
}
.rhodonite {
color: #f2b1c4;
}
.flower-of-oahu {
color: #f6dfc6;
}
.orange-blast {
color: #f3c89b;
}
.ginger-ale {
color: #c9a86e;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a5c2;
--rhodonite:#f2b1c4;
--flower-of-oahu:#f6dfc6;
--orange-blast:#f3c89b;
--ginger-ale:#c9a86e;
}