Color names in this palette
CSS code for this palette
/* CSS */
.country-air {
color: #a1b7c4;
}
.ballerina-tears {
color: #f3b7af;
}
.just-about-green {
color: #e2e9d3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--country-air:#a1b7c4;
--ballerina-tears:#f3b7af;
--just-about-green:#e2e9d3;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}