Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d9a1;
}
.almost-aloe {
color: #c6e9af;
}
.spring-morn {
color: #e4f1d5;
}
.citrine-white {
color: #f9f7d7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d9a1;
--almost-aloe:#c6e9af;
--spring-morn:#e4f1d5;
--citrine-white:#f9f7d7;
--creamy-sweet-corn:#f9c54e;
}