Color names in this palette
CSS code for this palette
/* CSS */
.take-out {
color: #e6ccb7;
}
.maiko {
color: #d6b9a4;
}
.persian-bazaar {
color: #c59a8c;
}
.chimayo-red {
color: #b26257;
}
.cogswell-cedar {
color: #91544b;
}
/* CSS Variables */
:root {
--take-out:#e6ccb7;
--maiko:#d6b9a4;
--persian-bazaar:#c59a8c;
--chimayo-red:#b26257;
--cogswell-cedar:#91544b;
}