Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4dab4;
}
.cascade-green {
color: #a1c4b5;
}
.bakery-box {
color: #eff5f3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--frugal:#a4dab4;
--cascade-green:#a1c4b5;
--bakery-box:#eff5f3;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}