Color names in this palette
CSS code for this palette
/* CSS */
.direct-green {
color: #3d8e1f;
}
.pure-apple {
color: #69bf4a;
}
.pistachio-dream {
color: #a5d189;
}
.buttery-croissant {
color: #f2e29c;
}
.velvet-marigold {
color: #e78e40;
}
/* CSS Variables */
:root {
--direct-green:#3d8e1f;
--pure-apple:#69bf4a;
--pistachio-dream:#a5d189;
--buttery-croissant:#f2e29c;
--velvet-marigold:#e78e40;
}