Color names in this palette
CSS code for this palette
/* CSS */
.drive-in-cherry {
color: #a42d33;
}
.chalk-beige {
color: #d7c5b2;
}
.wintergreen-shadow {
color: #4f9c7d;
}
.doughnut {
color: #f1a15b;
}
.grenadier {
color: #c74938;
}
/* CSS Variables */
:root {
--drive-in-cherry:#a42d33;
--chalk-beige:#d7c5b2;
--wintergreen-shadow:#4f9c7d;
--doughnut:#f1a15b;
--grenadier:#c74938;
}