Color names in this palette
CSS code for this palette
/* CSS */
.real-brown {
color: #583d2c;
}
.ridgeline {
color: #7a5c48;
}
.tan-plan {
color: #c49f78;
}
.sumptuous-peach {
color: #e4b89b;
}
.burrito {
color: #f0d8c1;
}
/* CSS Variables */
:root {
--real-brown:#583d2c;
--ridgeline:#7a5c48;
--tan-plan:#c49f78;
--sumptuous-peach:#e4b89b;
--burrito:#f0d8c1;
}