Color names in this palette
CSS code for this palette
/* CSS */
.cheviot {
color: #f7f3e9;
}
.ginger-shortbread {
color: #e3d0c4;
}
.ruby-eye {
color: #cfa4a0;
}
.night-rose {
color: #b1827c;
}
.barn-door {
color: #8b5b5b;
}
/* CSS Variables */
:root {
--cheviot:#f7f3e9;
--ginger-shortbread:#e3d0c4;
--ruby-eye:#cfa4a0;
--night-rose:#b1827c;
--barn-door:#8b5b5b;
}