Color names in this palette
CSS code for this palette
/* CSS */
.mustard-oil {
color: #d2c46a;
}
.scarecrow-frown {
color: #a65c2b;
}
.red-mane {
color: #6d3a2c;
}
.atlantic-gull {
color: #4b8caf;
}
.chewing-gum {
color: #e3b0b0;
}
/* CSS Variables */
:root {
--mustard-oil:#d2c46a;
--scarecrow-frown:#a65c2b;
--red-mane:#6d3a2c;
--atlantic-gull:#4b8caf;
--chewing-gum:#e3b0b0;
}