Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a8e4a0;
}
.gold-sand {
color: #f6e6a7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.snow-white-blush {
color: #f9aeae;
}
.ornery-tangerine {
color: #f97a1f;
}
/* CSS Variables */
:root {
--grape-green:#a8e4a0;
--gold-sand:#f6e6a7;
--creamy-sweet-corn:#f9c54e;
--snow-white-blush:#f9aeae;
--ornery-tangerine:#f97a1f;
}