Color names in this palette
CSS code for this palette
/* CSS */
.vivid-imagination {
color: #5e9c5e;
}
.pistachio-green {
color: #a5d69e;
}
.frozen-forest {
color: #d2e9b9;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--vivid-imagination:#5e9c5e;
--pistachio-green:#a5d69e;
--frozen-forest:#d2e9b9;
--smooth-as-corn-silk:#f4e2b3;
--apricot-glazed-chicken:#f5a524;
}