Color names in this palette
CSS code for this palette
/* CSS */
.breezy-aqua {
color: #d9e3dd;
}
.aqua-bay {
color: #b5e3c8;
}
.leek {
color: #99d98c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--breezy-aqua:#d9e3dd;
--aqua-bay:#b5e3c8;
--leek:#99d98c;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}