Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.wisteria {
color: #ac83c3;
}
.question-mark-block {
color: #f09b4c;
}
.willow-flower-yellow {
color: #f1d19d;
}
.carnation-bouquet {
color: #f5c2d1;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--wisteria:#ac83c3;
--question-mark-block:#f09b4c;
--willow-flower-yellow:#f1d19d;
--carnation-bouquet:#f5c2d1;
}