Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c82d3d;
}
.tan-hide {
color: #f89e59;
}
.bone-white {
color: #f1e1b1;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.coelin-blue {
color: #497c92;
}
/* CSS Variables */
:root {
--etruscan-red:#c82d3d;
--tan-hide:#f89e59;
--bone-white:#f1e1b1;
--chefchaouen-blue:#a2d1e6;
--coelin-blue:#497c92;
}