Color names in this palette
CSS code for this palette
/* CSS */
.tropic-canary {
color: #b5c337;
}
.funky-yellow {
color: #f1d06f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.dizzy-days {
color: #d6502e;
}
.magenta-violet {
color: #6b508b;
}
/* CSS Variables */
:root {
--tropic-canary:#b5c337;
--funky-yellow:#f1d06f;
--apricot-glazed-chicken:#f5a524;
--dizzy-days:#d6502e;
--magenta-violet:#6b508b;
}