Color names in this palette
CSS code for this palette
/* CSS */
.wheatberry {
color: #c68a5d;
}
.link-to-the-past {
color: #d0b38a;
}
.biltmore-buff {
color: #e2c8a2;
}
.porcelain-pink {
color: #eed9b9;
}
.peach-rose {
color: #f6e2d5;
}
/* CSS Variables */
:root {
--wheatberry:#c68a5d;
--link-to-the-past:#d0b38a;
--biltmore-buff:#e2c8a2;
--porcelain-pink:#eed9b9;
--peach-rose:#f6e2d5;
}