Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d7a8c2;
}
.soft-cashmere {
color: #f1b1d9;
}
.gold-sand {
color: #f9e5a9;
}
.eerie-glow {
color: #a7d7b8;
}
.malibu {
color: #6ab8e2;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d7a8c2;
--soft-cashmere:#f1b1d9;
--gold-sand:#f9e5a9;
--eerie-glow:#a7d7b8;
--malibu:#6ab8e2;
}