Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-corn {
color: #f6d4b6;
}
.warming-peach {
color: #e6b8a2;
}
.indian-mesa {
color: #d6a08f;
}
.african-bubinga {
color: #c58e7c;
}
.happy-trails {
color: #b57e69;
}
/* CSS Variables */
:root {
--cheddar-corn:#f6d4b6;
--warming-peach:#e6b8a2;
--indian-mesa:#d6a08f;
--african-bubinga:#c58e7c;
--happy-trails:#b57e69;
}