Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.saxony-blue {
color: #1d6e8b;
}
.viking {
color: #4eb3c1;
}
.photon-barrier {
color: #88e0f2;
}
.milky-maize {
color: #f8d5a0;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--saxony-blue:#1d6e8b;
--viking:#4eb3c1;
--photon-barrier:#88e0f2;
--milky-maize:#f8d5a0;
}