Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.blue-racer {
color: #4ca1ae;
}
.winter-wizard {
color: #9fe2fe;
}
.yellow-mana {
color: #f9fbc1;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--blue-racer:#4ca1ae;
--winter-wizard:#9fe2fe;
--yellow-mana:#f9fbc1;
--spicy-paella:#f28d3a;
}