Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a3d1e6;
}
.dolphin {
color: #89c4dc;
}
.revelry-blue {
color: #66b8d1;
}
.mountain-bluebird {
color: #4b9cbe;
}
.magic-blue {
color: #3688a6;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a3d1e6;
--dolphin:#89c4dc;
--revelry-blue:#66b8d1;
--mountain-bluebird:#4b9cbe;
--magic-blue:#3688a6;
}