Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.crystal-blue {
color: #69a3b0;
}
.embellished-blue {
color: #8bc5c6;
}
.bathe-blue {
color: #c2e0e5;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--crystal-blue:#69a3b0;
--embellished-blue:#8bc5c6;
--bathe-blue:#c2e0e5;
--distant-horizon:#f0f8f9;
}