Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-hue {
color: #f6a579;
}
.orange-grove {
color: #fbaf8e;
}
.big-bus-yellow {
color: #fddb8b;
}
.schabziger-green {
color: #e2e4b4;
}
.light-ridge-light {
color: #c1d6e6;
}
/* CSS Variables */
:root {
--pumpkin-hue:#f6a579;
--orange-grove:#fbaf8e;
--big-bus-yellow:#fddb8b;
--schabziger-green:#e2e4b4;
--light-ridge-light:#c1d6e6;
}