Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.blue-racer {
color: #4ca1ae;
}
.frozen-blue {
color: #a6c4d9;
}
.flavescent {
color: #f5e78e;
}
.fiery-salmon {
color: #f86868;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--blue-racer:#4ca1ae;
--frozen-blue:#a6c4d9;
--flavescent:#f5e78e;
--fiery-salmon:#f86868;
}