Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.sailor-s-bay {
color: #4a6e8c;
}
.grauzone {
color: #84a1b3;
}
.cochin-chicken {
color: #f7bc64;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--sailor-s-bay:#4a6e8c;
--grauzone:#84a1b3;
--cochin-chicken:#f7bc64;
--fire-island:#d94f3a;
}