Color names in this palette
CSS code for this palette
/* CSS */
.vic-20-green {
color: #8fdc8f;
}
.green-trance {
color: #a2d8a5;
}
.chayote {
color: #c7e2c5;
}
.yippie-ya-yellow {
color: #f7f99f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--vic-20-green:#8fdc8f;
--green-trance:#a2d8a5;
--chayote:#c7e2c5;
--yippie-ya-yellow:#f7f99f;
--apricot-glazed-chicken:#f5a524;
}