Color names in this palette
CSS code for this palette
/* CSS */
.thanksgiving {
color: #b86e4c;
}
.granary-gold {
color: #e89c4a;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.ice-cold-green {
color: #d8eaa9;
}
.nutmeg {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--thanksgiving:#b86e4c;
--granary-gold:#e89c4a;
--deep-fried-sun-rays:#f4c65d;
--ice-cold-green:#d8eaa9;
--nutmeg:#7e4b3a;
}