Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f15a27;
}
.welcoming-wasp {
color: #f0a800;
}
.empire-yellow {
color: #f5d000;
}
.perfect-pink {
color: #e8b3b0;
}
.cherry-hill {
color: #d05361;
}
/* CSS Variables */
:root {
--durotar-fire:#f15a27;
--welcoming-wasp:#f0a800;
--empire-yellow:#f5d000;
--perfect-pink:#e8b3b0;
--cherry-hill:#d05361;
}