Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #6b5b95;
}
.powder-viola {
color: #c9c0d3;
}
.coral-bisque {
color: #f6c6b1;
}
.brite-gold {
color: #ffdb8f;
}
.festival-orange {
color: #e05c3e;
}
/* CSS Variables */
:root {
--just-a-fairytale:#6b5b95;
--powder-viola:#c9c0d3;
--coral-bisque:#f6c6b1;
--brite-gold:#ffdb8f;
--festival-orange:#e05c3e;
}