Color names in this palette
CSS code for this palette
/* CSS */
.cardboard {
color: #c19b6c;
}
.link-to-the-past {
color: #d0b38b;
}
.biltmore-buff {
color: #e0c9a3;
}
.convivial-yellow {
color: #e8d5b0;
}
.white-chocolate {
color: #f0e2c7;
}
/* CSS Variables */
:root {
--cardboard:#c19b6c;
--link-to-the-past:#d0b38b;
--biltmore-buff:#e0c9a3;
--convivial-yellow:#e8d5b0;
--white-chocolate:#f0e2c7;
}