Color names in this palette
CSS code for this palette
/* CSS */
.sunshine-mellow {
color: #f4c210;
}
.open-sesame {
color: #f9e1a9;
}
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--sunshine-mellow:#f4c210;
--open-sesame:#f9e1a9;
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--kacey-s-pink:#e94e77;
}