Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.floral-leaf {
color: #ffb84d;
}
.yellow-corn {
color: #ffe08a;
}
.sinbad {
color: #a4d5d1;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--floral-leaf:#ffb84d;
--yellow-corn:#ffe08a;
--sinbad:#a4d5d1;
--olympic-blue:#4b91e2;
}