Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.energy-yellow {
color: #f7d850;
}
.phellodendron-amurense {
color: #f6c43c;
}
.xanthous {
color: #f1b127;
}
.dried-goldenrod {
color: #e3a726;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--energy-yellow:#f7d850;
--phellodendron-amurense:#f6c43c;
--xanthous:#f1b127;
--dried-goldenrod:#e3a726;
}