Color names in this palette
CSS code for this palette
/* CSS */
.overcast-brick {
color: #b65b3a;
}
.optimist-gold {
color: #e6aa51;
}
.pennywise {
color: #a05837;
}
.cargo-green {
color: #c8c5a7;
}
.burnished-russet {
color: #793d25;
}
/* CSS Variables */
:root {
--overcast-brick:#b65b3a;
--optimist-gold:#e6aa51;
--pennywise:#a05837;
--cargo-green:#c8c5a7;
--burnished-russet:#793d25;
}