Color names in this palette
CSS code for this palette
/* CSS */
.elite-blue {
color: #1f2f51;
}
.great-serpent {
color: #4a6fa5;
}
.mizu {
color: #6fc1e2;
}
.saffron {
color: #f5c72e;
}
.chinese-orange {
color: #f6713c;
}
/* CSS Variables */
:root {
--elite-blue:#1f2f51;
--great-serpent:#4a6fa5;
--mizu:#6fc1e2;
--saffron:#f5c72e;
--chinese-orange:#f6713c;
}