Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a4e5;
}
.windsor-way {
color: #a1c4e3;
}
.mad-for-mango {
color: #f5a300;
}
.bali-sand {
color: #f6e8d5;
}
.somewhere-in-a-fairytale {
color: #d29cde;
}
/* CSS Variables */
:root {
--bright-ube:#d4a4e5;
--windsor-way:#a1c4e3;
--mad-for-mango:#f5a300;
--bali-sand:#f6e8d5;
--somewhere-in-a-fairytale:#d29cde;
}