Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.mandarin-peel {
color: #ff9d00;
}
.blood-burst {
color: #ff4d4f;
}
.marigold-dust {
color: #f4cf3e;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--mandarin-peel:#ff9d00;
--blood-burst:#ff4d4f;
--marigold-dust:#f4cf3e;
--moonshadow:#8d43ad;
}