Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.jazz-blue {
color: #1c6a97;
}
.epimetheus {
color: #4eb3d4;
}
.photon-barrier {
color: #88e0f2;
}
.lakeside-mist {
color: #d6f0f0;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--jazz-blue:#1c6a97;
--epimetheus:#4eb3d4;
--photon-barrier:#88e0f2;
--lakeside-mist:#d6f0f0;
}