Color names in this palette
CSS code for this palette
/* CSS */
.summer-fig {
color: #c75b3d;
}
.western-sunrise {
color: #e0a26c;
}
.neighborly-peach {
color: #f1c2a2;
}
.snug-yellow {
color: #ffdb80;
}
.chai-tea {
color: #a67b30;
}
/* CSS Variables */
:root {
--summer-fig:#c75b3d;
--western-sunrise:#e0a26c;
--neighborly-peach:#f1c2a2;
--snug-yellow:#ffdb80;
--chai-tea:#a67b30;
}