Color names in this palette
CSS code for this palette
/* CSS */
.baja-white {
color: #fff8d1;
}
.carbon-fiber {
color: #2e2e2e;
}
.rustic-red {
color: #3d1a1a;
}
.marsh-mist {
color: #e3e3a1;
}
.gala-ball {
color: #7b5b7b;
}
/* CSS Variables */
:root {
--baja-white:#fff8d1;
--carbon-fiber:#2e2e2e;
--rustic-red:#3d1a1a;
--marsh-mist:#e3e3a1;
--gala-ball:#7b5b7b;
}