Color names in this palette
CSS code for this palette
/* CSS */
.summer-fig {
color: #c3573c;
}
.clay-mug {
color: #d67a5c;
}
.citrus-honey {
color: #f4b96c;
}
.limestoned {
color: #a7cda7;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--summer-fig:#c3573c;
--clay-mug:#d67a5c;
--citrus-honey:#f4b96c;
--limestoned:#a7cda7;
--windstorm:#6999c3;
}