Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a8d8e1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bitter-orange {
color: #d87c2c;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--winsome-hue:#a8d8e1;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
--bitter-orange:#d87c2c;
--just-a-fairytale:#695b9a;
}