Color names in this palette
CSS code for this palette
/* CSS */
.dingy-sticky-note {
color: #e3f2a1;
}
.green-trance {
color: #a1d9a1;
}
.bright-spark {
color: #78c3e2;
}
.orange-marmalade {
color: #f9aa76;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--dingy-sticky-note:#e3f2a1;
--green-trance:#a1d9a1;
--bright-spark:#78c3e2;
--orange-marmalade:#f9aa76;
--breeze-of-chilli:#f76e6e;
}