Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.faience {
color: #2a6989;
}
.twilight-meadow {
color: #4ea69f;
}
.green-trance {
color: #a4d5a6;
}
.storm-lightning {
color: #f7e89c;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--faience:#2a6989;
--twilight-meadow:#4ea69f;
--green-trance:#a4d5a6;
--storm-lightning:#f7e89c;
}