Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a8d8e1;
}
.bathe-blue {
color: #c2e0e5;
}
.lynx-white {
color: #f6f7f9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--winsome-hue:#a8d8e1;
--bathe-blue:#c2e0e5;
--lynx-white:#f6f7f9;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}