Color names in this palette
CSS code for this palette
/* CSS */
.energetic-orange {
color: #d65a38;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.squash-blossom {
color: #f6b83c;
}
.crystal-apple {
color: #cfe9a0;
}
.green-lantern {
color: #a1cd3c;
}
/* CSS Variables */
:root {
--energetic-orange:#d65a38;
--apricot-glazed-chicken:#f5a524;
--squash-blossom:#f6b83c;
--crystal-apple:#cfe9a0;
--green-lantern:#a1cd3c;
}