Color names in this palette
CSS code for this palette
/* CSS */
.nanohanacha-gold {
color: #e8b22c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.honey-tone {
color: #f9d99a;
}
.candlelight-peach {
color: #f9a79f;
}
.watermelon-juice {
color: #f45d83;
}
/* CSS Variables */
:root {
--nanohanacha-gold:#e8b22c;
--creamy-sweet-corn:#f9c54e;
--honey-tone:#f9d99a;
--candlelight-peach:#f9a79f;
--watermelon-juice:#f45d83;
}