Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.cheddar-corn {
color: #f6d4b6;
}
.lazy-daisy {
color: #f9eaa4;
}
.crystal-green {
color: #a3d87d;
}
.holiday-camp {
color: #6b9e7e;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--cheddar-corn:#f6d4b6;
--lazy-daisy:#f9eaa4;
--crystal-green:#a3d87d;
--holiday-camp:#6b9e7e;
}