Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a3d1e6;
}
.oasis-spring {
color: #4ba3c3;
}
.by-the-bayou {
color: #007c8f;
}
.petrol {
color: #005f6b;
}
.warm-black {
color: #003e47;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a3d1e6;
--oasis-spring:#4ba3c3;
--by-the-bayou:#007c8f;
--petrol:#005f6b;
--warm-black:#003e47;
}