Color names in this palette
CSS code for this palette
/* CSS */
.tandoori {
color: #b95c50;
}
.canyon-clay {
color: #c97f6e;
}
.rose-tattoo {
color: #e0a68f;
}
.radome-tan {
color: #f2c5a1;
}
.cashmere-sweater {
color: #fef2d2;
}
/* CSS Variables */
:root {
--tandoori:#b95c50;
--canyon-clay:#c97f6e;
--rose-tattoo:#e0a68f;
--radome-tan:#f2c5a1;
--cashmere-sweater:#fef2d2;
}