Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rhubarb-gin {
color: #d9a6c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hot-sun {
color: #f7b32b;
}
.shimmering-glade {
color: #a69b3a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rhubarb-gin:#d9a6c1;
--grapefruit-pulp:#ff6e61;
--hot-sun:#f7b32b;
--shimmering-glade:#a69b3a;
}