Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d9a1;
}
.basil-smash {
color: #b5e0a3;
}
.natural-youth {
color: #d5e8b5;
}
.yellow-chalk {
color: #f2f9b4;
}
.sun-dust {
color: #f6e1a2;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d9a1;
--basil-smash:#b5e0a3;
--natural-youth:#d5e8b5;
--yellow-chalk:#f2f9b4;
--sun-dust:#f6e1a2;
}