Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a6d7e2;
}
.energy-yellow {
color: #f6d851;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.s-l-i-orange {
color: #f98348;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--winsome-hue:#a6d7e2;
--energy-yellow:#f6d851;
--creamy-sweet-corn:#f9c54e;
--s-l-i-orange:#f98348;
--tomato-frog:#f94346;
}