Color names in this palette
CSS code for this palette
/* CSS */
.sorrel-brown {
color: #9c6f4f;
}
.jazz-age-coral {
color: #f1c1b1;
}
.honey-beige {
color: #f5e2c7;
}
.storm-lightning {
color: #f8e79b;
}
.sunshade {
color: #f69e4c;
}
/* CSS Variables */
:root {
--sorrel-brown:#9c6f4f;
--jazz-age-coral:#f1c1b1;
--honey-beige:#f5e2c7;
--storm-lightning:#f8e79b;
--sunshade:#f69e4c;
}