Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.aqueous {
color: #3a8e9c;
}
.emerald-wave {
color: #4eb7a5;
}
.bountiful-gold {
color: #e3c66d;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--aqueous:#3a8e9c;
--emerald-wave:#4eb7a5;
--bountiful-gold:#e3c66d;
--durotar-fire:#f15a27;
}