Color names in this palette
CSS code for this palette
/* CSS */
.sour-candy {
color: #63b14e;
}
.green-lacewing {
color: #90dc6a;
}
.basil-smash {
color: #b5e2a1;
}
.chiffon {
color: #f0f5b7;
}
.banana-br-l-e {
color: #f9eab9;
}
/* CSS Variables */
:root {
--sour-candy:#63b14e;
--green-lacewing:#90dc6a;
--basil-smash:#b5e2a1;
--chiffon:#f0f5b7;
--banana-br-l-e:#f9eab9;
}