Color names in this palette
CSS code for this palette
/* CSS */
.poseidon {
color: #1a3b5b;
}
.cape-lee {
color: #507d8b;
}
.glacier {
color: #78b1bf;
}
.radiant-sun {
color: #f1c950;
}
.sweet-mandarin {
color: #d75c37;
}
/* CSS Variables */
:root {
--poseidon:#1a3b5b;
--cape-lee:#507d8b;
--glacier:#78b1bf;
--radiant-sun:#f1c950;
--sweet-mandarin:#d75c37;
}