Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.aqueous {
color: #3a8e9c;
}
.lime-lizard {
color: #a3d55d;
}
.genoa-lemon {
color: #f8e40d;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--aqueous:#3a8e9c;
--lime-lizard:#a3d55d;
--genoa-lemon:#f8e40d;
--chrome-yellow:#faa700;
}