Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c6a96c;
}
.parsnip {
color: #d4c79b;
}
.schabziger-green {
color: #e6e3b7;
}
.upbeat {
color: #f3d8a5;
}
.pallid-orange {
color: #f9b99f;
}
/* CSS Variables */
:root {
--ginger-ale:#c6a96c;
--parsnip:#d4c79b;
--schabziger-green:#e6e3b7;
--upbeat:#f3d8a5;
--pallid-orange:#f9b99f;
}