Color names in this palette
CSS code for this palette
/* CSS */
.celtic-blue {
color: #286acc;
}
.waimea-blue {
color: #489edb;
}
.candid-blue {
color: #6dc2e3;
}
.nevada-sky {
color: #a0d8e9;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--celtic-blue:#286acc;
--waimea-blue:#489edb;
--candid-blue:#6dc2e3;
--nevada-sky:#a0d8e9;
--cotton-ball:#f3f9fc;
}