Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.wake-me-up {
color: #f5d65c;
}
.koji-orange {
color: #f8b249;
}
.durotar-fire {
color: #f15a27;
}
.mulberry-yogurt {
color: #c5498f;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--wake-me-up:#f5d65c;
--koji-orange:#f8b249;
--durotar-fire:#f15a27;
--mulberry-yogurt:#c5498f;
}