Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3e5b;
}
.wedgewood {
color: #4b6e86;
}
.crystal-blue {
color: #699eb0;
}
.chefchaouen-blue {
color: #a2d1e6;
}
.ethereal-white {
color: #e6f4f1;
}
/* CSS Variables */
:root {
--capital-blue:#1a3e5b;
--wedgewood:#4b6e86;
--crystal-blue:#699eb0;
--chefchaouen-blue:#a2d1e6;
--ethereal-white:#e6f4f1;
}