Color names in this palette
CSS code for this palette
/* CSS */
.online-lime {
color: #4a8939;
}
.cos {
color: #a3c18f;
}
.dingy-sticky-note {
color: #e3f1a2;
}
.milky-maize {
color: #f6d9a2;
}
.vivid-red-tangelo {
color: #d95e20;
}
/* CSS Variables */
:root {
--online-lime:#4a8939;
--cos:#a3c18f;
--dingy-sticky-note:#e3f1a2;
--milky-maize:#f6d9a2;
--vivid-red-tangelo:#d95e20;
}