Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.syndicalist {
color: #f5c400;
}
.aspen-yellow {
color: #f8e0a0;
}
.light-orchid {
color: #e6a3d3;
}
.berrylicious {
color: #d65c6c;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--syndicalist:#f5c400;
--aspen-yellow:#f8e0a0;
--light-orchid:#e6a3d3;
--berrylicious:#d65c6c;
}