Color names in this palette
CSS code for this palette
/* CSS */
.appetite {
color: #b4e7a7;
}
.rubber-radish {
color: #ff9999;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.big-bus-yellow {
color: #ffda8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--appetite:#b4e7a7;
--rubber-radish:#ff9999;
--wildflower-bouquet:#ffb3b3;
--big-bus-yellow:#ffda8a;
--grapefruit-pulp:#ff6e61;
}