Color names in this palette
CSS code for this palette
/* CSS */
.growing-season {
color: #c3cfaf;
}
.seacrest {
color: #b3c9a6;
}
.green-trance {
color: #a1d4a1;
}
.cookie-crust {
color: #e1b25b;
}
.aurora-orange {
color: #eb6b47;
}
/* CSS Variables */
:root {
--growing-season:#c3cfaf;
--seacrest:#b3c9a6;
--green-trance:#a1d4a1;
--cookie-crust:#e1b25b;
--aurora-orange:#eb6b47;
}