Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.oriole-yellow {
color: #f6d579;
}
.celtic-spring {
color: #a9e0b7;
}
.olympic-blue {
color: #4b91e2;
}
.lavendless {
color: #b86bc2;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--oriole-yellow:#f6d579;
--celtic-spring:#a9e0b7;
--olympic-blue:#4b91e2;
--lavendless:#b86bc2;
}