Color names in this palette
CSS code for this palette
/* CSS */
.bellagio-fountains {
color: #b8e1f4;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.costa-rica-blue {
color: #7bb9e0;
}
.stratos-blue {
color: #3b97c9;
}
.hacienda-blue {
color: #0087a8;
}
/* CSS Variables */
:root {
--bellagio-fountains:#b8e1f4;
--chefchaouen-blue:#a1d3e8;
--costa-rica-blue:#7bb9e0;
--stratos-blue:#3b97c9;
--hacienda-blue:#0087a8;
}