Color names in this palette
CSS code for this palette
/* CSS */
.cashmere {
color: #d1b499;
}
.white {
color: #ffffff;
}
.windsor-way {
color: #a1c4e2;
}
.crystal-river {
color: #b2e3f0;
}
.tamed-beast {
color: #982a2a;
}
/* CSS Variables */
:root {
--cashmere:#d1b499;
--white:#ffffff;
--windsor-way:#a1c4e2;
--crystal-river:#b2e3f0;
--tamed-beast:#982a2a;
}