Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3e8e8c;
}
.fling-green {
color: #8cd4d1;
}
.gentle-cold {
color: #c3eaea;
}
.lynx-white {
color: #f6f9f7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--blue-chill:#3e8e8c;
--fling-green:#8cd4d1;
--gentle-cold:#c3eaea;
--lynx-white:#f6f9f7;
--creamy-sweet-corn:#f9c54e;
}