Color names in this palette
CSS code for this palette
/* CSS */
.nature-s-delight {
color: #a5d88d;
}
.appetite {
color: #b2e5a9;
}
.light-frosty-dawn {
color: #d5f1d5;
}
.tahitian-breeze {
color: #b5e8e2;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--nature-s-delight:#a5d88d;
--appetite:#b2e5a9;
--light-frosty-dawn:#d5f1d5;
--tahitian-breeze:#b5e8e2;
--regale-blue:#80b3d6;
}