Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d9a1;
}
.basil-smash {
color: #b6e2a2;
}
.almost-aloe {
color: #c4e6b3;
}
.dingy-sticky-note {
color: #e2f6a7;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d9a1;
--basil-smash:#b6e2a2;
--almost-aloe:#c4e6b3;
--dingy-sticky-note:#e2f6a7;
--shalimar:#f8f9a9;
}