Color names in this palette
CSS code for this palette
/* CSS */
.warmth {
color: #9f592d;
}
.bitter-orange {
color: #d77c2d;
}
.carona {
color: #f7a92b;
}
.cornsilk-yellow {
color: #f6c76f;
}
.fortune-cookie {
color: #e2c4a1;
}
/* CSS Variables */
:root {
--warmth:#9f592d;
--bitter-orange:#d77c2d;
--carona:#f7a92b;
--cornsilk-yellow:#f6c76f;
--fortune-cookie:#e2c4a1;
}