Color names in this palette
CSS code for this palette
/* CSS */
.dingy-sticky-note {
color: #e1f59e;
}
.eerie-glow {
color: #a9d6bb;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ameixa {
color: #6a5bcd;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--dingy-sticky-note:#e1f59e;
--eerie-glow:#a9d6bb;
--grapefruit-pulp:#ff6e61;
--ameixa:#6a5bcd;
--nacho:#ffcb5c;
}