Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #497c92;
}
.hydroport {
color: #609b9f;
}
.eyefull {
color: #8db6b9;
}
.aviary-blue {
color: #c5e1e7;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--coelin-blue:#497c92;
--hydroport:#609b9f;
--eyefull:#8db6b9;
--aviary-blue:#c5e1e7;
--distant-horizon:#f0f8f9;
}