Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.vanilla-pudding {
color: #f3e068;
}
.young-fern {
color: #6ebf7b;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--vanilla-pudding:#f3e068;
--young-fern:#6ebf7b;
--olympic-blue:#4b91e2;
}