Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.prickly-purple {
color: #a45fbf;
}
.bright-ube {
color: #d6a4e5;
}
.minute-mauve {
color: #f5dff6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--prickly-purple:#a45fbf;
--bright-ube:#d6a4e5;
--minute-mauve:#f5dff6;
--blush-hour:#ff7092;
}