Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.new-heights {
color: #d0e5f1;
}
.chefchaouen-blue {
color: #a2d4e6;
}
.sanctuary-spa {
color: #68aee3;
}
.brilliant-blue {
color: #0077b3;
}
/* CSS Variables */
:root {
--white:#ffffff;
--new-heights:#d0e5f1;
--chefchaouen-blue:#a2d4e6;
--sanctuary-spa:#68aee3;
--brilliant-blue:#0077b3;
}