Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a6c2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hidden-sea-glass {
color: #6ed4cf;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a6c2;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hidden-sea-glass:#6ed4cf;
--just-a-fairytale:#6b5b95;
}