Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a7df9f;
}
.frozen-forest {
color: #cfe6b3;
}
.spring-sun {
color: #f0f3c4;
}
.golden-glow {
color: #f9d57b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--grape-green:#a7df9f;
--frozen-forest:#cfe6b3;
--spring-sun:#f0f3c4;
--golden-glow:#f9d57b;
--apricot-glazed-chicken:#f5a524;
}