Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #6b5c99;
}
.silk-lilac {
color: #8e86b1;
}
.pretty-petunia {
color: #d8b7e1;
}
.sugar-high {
color: #f3c9e8;
}
.roseberry {
color: #f7a8a1;
}
/* CSS Variables */
:root {
--just-a-fairytale:#6b5c99;
--silk-lilac:#8e86b1;
--pretty-petunia:#d8b7e1;
--sugar-high:#f3c9e8;
--roseberry:#f7a8a1;
}