Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.bilious-green {
color: #a5d86e;
}
.xavier-blue {
color: #69b4e2;
}
.rubber-radish {
color: #ff9999;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--bilious-green:#a5d86e;
--xavier-blue:#69b4e2;
--rubber-radish:#ff9999;
}