Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.bright-khaki {
color: #f0e78e;
}
.pyramid-gold {
color: #e6b570;
}
.raw-copper {
color: #c66a4e;
}
.abbot {
color: #4e3a2d;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--bright-khaki:#f0e78e;
--pyramid-gold:#e6b570;
--raw-copper:#c66a4e;
--abbot:#4e3a2d;
}