Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.sunglow {
color: #ffcc33;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.wisteria {
color: #a57ac2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--sunglow:#ffcc33;
--ti-n-l-n-sky:#66b2ff;
--wisteria:#a57ac2;
}