Color names in this palette
CSS code for this palette
/* CSS */
.parsnip {
color: #d6c49a;
}
.yolk-yellow {
color: #e1af51;
}
.amber-autumn {
color: #c79b6b;
}
.yellow-cream {
color: #f0d36a;
}
.allegro {
color: #b58a5a;
}
/* CSS Variables */
:root {
--parsnip:#d6c49a;
--yolk-yellow:#e1af51;
--amber-autumn:#c79b6b;
--yellow-cream:#f0d36a;
--allegro:#b58a5a;
}