Color names in this palette
CSS code for this palette
/* CSS */
.celtic-blue {
color: #286acc;
}
.azure-blue {
color: #4c8cc8;
}
.norfolk-sky {
color: #6cb8e4;
}
.terrace-pool {
color: #a2d7e2;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--celtic-blue:#286acc;
--azure-blue:#4c8cc8;
--norfolk-sky:#6cb8e4;
--terrace-pool:#a2d7e2;
--distant-horizon:#f1f9f9;
}