Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #6b5f9b;
}
.fairy-wren {
color: #8a6aaf;
}
.middy-s-purple {
color: #a78bda;
}
.herb-robert {
color: #e1a1e3;
}
.rosy-nectar {
color: #f4c3e7;
}
/* CSS Variables */
:root {
--just-a-fairytale:#6b5f9b;
--fairy-wren:#8a6aaf;
--middy-s-purple:#a78bda;
--herb-robert:#e1a1e3;
--rosy-nectar:#f4c3e7;
}