Color names in this palette
CSS code for this palette
/* CSS */
.optimistic-yellow {
color: #f7e0a6;
}
.dodgeroll-gold {
color: #f39c12;
}
.chocolate {
color: #d16c1f;
}
.painted-poppy {
color: #c9503b;
}
.paprika {
color: #7a2a3b;
}
/* CSS Variables */
:root {
--optimistic-yellow:#f7e0a6;
--dodgeroll-gold:#f39c12;
--chocolate:#d16c1f;
--painted-poppy:#c9503b;
--paprika:#7a2a3b;
}