Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e3b6;
}
.soft-cashmere {
color: #f1b1d6;
}
.chefchaouen-blue {
color: #a4d1e5;
}
.rustique {
color: #f6c1b1;
}
.crunch {
color: #f2b75f;
}
/* CSS Variables */
:root {
--barley-white:#f7e3b6;
--soft-cashmere:#f1b1d6;
--chefchaouen-blue:#a4d1e5;
--rustique:#f6c1b1;
--crunch:#f2b75f;
}