Color names in this palette
CSS code for this palette
/* CSS */
.dingy-sticky-note {
color: #e1f59e;
}
.turquoise-tower {
color: #a8e6cf;
}
.cherished-one {
color: #ff8f8f;
}
.vibrant {
color: #ffd54d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dingy-sticky-note:#e1f59e;
--turquoise-tower:#a8e6cf;
--cherished-one:#ff8f8f;
--vibrant:#ffd54d;
--grapefruit-pulp:#ff6e61;
}