Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e0f9;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.regale-blue {
color: #7eb5d3;
}
.blue-grotto {
color: #4da8c7;
}
.bondi-blue {
color: #0093b8;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e0f9;
--chefchaouen-blue:#a1d3e8;
--regale-blue:#7eb5d3;
--blue-grotto:#4da8c7;
--bondi-blue:#0093b8;
}