Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.deep-water {
color: #2a6f9d;
}
.montego-bay {
color: #3cb1b9;
}
.dull-yellow {
color: #f1df5b;
}
.beniukon-bronze {
color: #f7803b;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--deep-water:#2a6f9d;
--montego-bay:#3cb1b9;
--dull-yellow:#f1df5b;
--beniukon-bronze:#f7803b;
}