Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sapphire-lace {
color: #1f5a8e;
}
.aqueous {
color: #3a8e9c;
}
.crystal-gem {
color: #79d2a4;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sapphire-lace:#1f5a8e;
--aqueous:#3a8e9c;
--crystal-gem:#79d2a4;
--french-vanilla:#f1e1a7;
}