Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.nacho {
color: #ffcb5c;
}
.the-first-daffodil {
color: #ffee8f;
}
.dingy-sticky-note {
color: #e2f5a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--nacho:#ffcb5c;
--the-first-daffodil:#ffee8f;
--dingy-sticky-note:#e2f5a3;
}