Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d1a1e8;
}
.rosy-nectar {
color: #f3c4e6;
}
.cente-tl-yellow {
color: #f6e179;
}
.duckling {
color: #f9b358;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--bright-ube:#d1a1e8;
--rosy-nectar:#f3c4e6;
--cente-tl-yellow:#f6e179;
--duckling:#f9b358;
--durotar-fire:#f15a27;
}