Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.bold-bolection {
color: #1e6076;
}
.aqua-fresco {
color: #4da2a3;
}
.ice-crystal-blue {
color: #a7e7df;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--bold-bolection:#1e6076;
--aqua-fresco:#4da2a3;
--ice-crystal-blue:#a7e7df;
--lynx-white:#f6f8f8;
}