Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a6e8;
}
.pretty-petunia {
color: #e0b3e6;
}
.sugar-high {
color: #f2cae8;
}
.optimistic-yellow {
color: #f4e1a4;
}
.emperor-s-children {
color: #f7a1b5;
}
/* CSS Variables */
:root {
--bright-ube:#d4a6e8;
--pretty-petunia:#e0b3e6;
--sugar-high:#f2cae8;
--optimistic-yellow:#f4e1a4;
--emperor-s-children:#f7a1b5;
}