Color names in this palette
CSS code for this palette
/* CSS */
.celtic-blue {
color: #286acc;
}
.high-blue {
color: #4ba6e2;
}
.middle-blue {
color: #7cd3e9;
}
.everest {
color: #a0e9e3;
}
.frosty-mint {
color: #e4f7f5;
}
/* CSS Variables */
:root {
--celtic-blue:#286acc;
--high-blue:#4ba6e2;
--middle-blue:#7cd3e9;
--everest:#a0e9e3;
--frosty-mint:#e4f7f5;
}