Color names in this palette
CSS code for this palette
/* CSS */
.western-sunrise {
color: #d9a56d;
}
.crunch {
color: #f2b75f;
}
.faded-sunlight {
color: #ffcb6b;
}
.big-bus-yellow {
color: #ffda8a;
}
.liveliness {
color: #ffe0b8;
}
/* CSS Variables */
:root {
--western-sunrise:#d9a56d;
--crunch:#f2b75f;
--faded-sunlight:#ffcb6b;
--big-bus-yellow:#ffda8a;
--liveliness:#ffe0b8;
}