Color names in this palette
CSS code for this palette
/* CSS */
.spanish-sand {
color: #c9b18d;
}
.light-corn-yellow {
color: #e0c2a3;
}
.pink-lady {
color: #f1d5b7;
}
.5 {
color: #f9d88b;
}
.folksy-gold {
color: #d89969;
}
/* CSS Variables */
:root {
--spanish-sand:#c9b18d;
--light-corn-yellow:#e0c2a3;
--pink-lady:#f1d5b7;
--5:#f9d88b;
--folksy-gold:#d89969;
}