Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1e3d5c;
}
.vida-loca {
color: #4b901d;
}
.wicked-green {
color: #9ccf4a;
}
.goldfinch {
color: #f9e45d;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--sir-edmund:#1e3d5c;
--vida-loca:#4b901d;
--wicked-green:#9ccf4a;
--goldfinch:#f9e45d;
--durotar-fire:#f05a28;
}