Color names in this palette
CSS code for this palette
/* CSS */
.asparagus-yellow {
color: #dac88b;
}
.welcoming-wasp {
color: #f0a800;
}
.king-lime {
color: #a8d600;
}
.dirt-yellow {
color: #8e6b2e;
}
.toasted-coconut {
color: #e8c1a1;
}
/* CSS Variables */
:root {
--asparagus-yellow:#dac88b;
--welcoming-wasp:#f0a800;
--king-lime:#a8d600;
--dirt-yellow:#8e6b2e;
--toasted-coconut:#e8c1a1;
}