Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a9d8e0;
}
.emerald-bliss {
color: #4bbead;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.persimmon-orange {
color: #f3712b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--winsome-hue:#a9d8e0;
--emerald-bliss:#4bbead;
--creamy-sweet-corn:#f9c54e;
--persimmon-orange:#f3712b;
--tomato-frog:#f94346;
}