Color names in this palette
CSS code for this palette
/* CSS */
.candy-floss {
color: #e5a6e7;
}
.coral-expression {
color: #d66b6b;
}
.wisteria {
color: #a67dbf;
}
.breeze-of-chilli {
color: #f26e6e;
}
.bright-ube {
color: #d4a3f0;
}
/* CSS Variables */
:root {
--candy-floss:#e5a6e7;
--coral-expression:#d66b6b;
--wisteria:#a67dbf;
--breeze-of-chilli:#f26e6e;
--bright-ube:#d4a3f0;
}