Color names in this palette
CSS code for this palette
/* CSS */
.bijou-blue {
color: #4f6082;
}
.cape-lee {
color: #4e828d;
}
.coastal-fringe {
color: #80b9c2;
}
.early-july {
color: #a5e0e9;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--bijou-blue:#4f6082;
--cape-lee:#4e828d;
--coastal-fringe:#80b9c2;
--early-july:#a5e0e9;
--distant-horizon:#f1f8f9;
}