Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.snow-white-blush {
color: #f9aeae;
}
.storm-lightning {
color: #f9e59f;
}
.orpiment-yellow {
color: #fbc998;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--snow-white-blush:#f9aeae;
--storm-lightning:#f9e59f;
--orpiment-yellow:#fbc998;
--tomato-frog:#f94346;
}