Color names in this palette
CSS code for this palette
/* CSS */
.dingy-sticky-note {
color: #e1f59e;
}
.southern-belle {
color: #a5d5c0;
}
.mexican-milk {
color: #ffb8b3;
}
.banana-br-l-e {
color: #f9eab9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dingy-sticky-note:#e1f59e;
--southern-belle:#a5d5c0;
--mexican-milk:#ffb8b3;
--banana-br-l-e:#f9eab9;
--grapefruit-pulp:#ff6e61;
}