Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.bittersweet {
color: #f9a04e;
}
.s-l-i-orange {
color: #f98348;
}
.grenadine-pink {
color: #f95d6a;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--bittersweet:#f9a04e;
--s-l-i-orange:#f98348;
--grenadine-pink:#f95d6a;
--tomato-frog:#f94346;
}