Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.just-peachy {
color: #f8c572;
}
.dodgeroll-gold {
color: #f39c12;
}
.orangeville {
color: #e6705c;
}
.cabaret {
color: #d3506a;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--just-peachy:#f8c572;
--dodgeroll-gold:#f39c12;
--orangeville:#e6705c;
--cabaret:#d3506a;
}