Color names in this palette
CSS code for this palette
/* CSS */
.celtic-blue {
color: #286acc;
}
.oregon-blue {
color: #4891e0;
}
.lucea {
color: #79b2e6;
}
.chefchaouen-blue {
color: #9fd2e9;
}
.freezing-vapor {
color: #d3e9f8;
}
/* CSS Variables */
:root {
--celtic-blue:#286acc;
--oregon-blue:#4891e0;
--lucea:#79b2e6;
--chefchaouen-blue:#9fd2e9;
--freezing-vapor:#d3e9f8;
}