Color names in this palette
CSS code for this palette
/* CSS */
.coffee {
color: #714e38;
}
.copper-moon {
color: #c49778;
}
.arabian-sands {
color: #e0c6b2;
}
.garbanzo-bean {
color: #f2d2a6;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--coffee:#714e38;
--copper-moon:#c49778;
--arabian-sands:#e0c6b2;
--garbanzo-bean:#f2d2a6;
--calabrese:#f6a8a2;
}