Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #6a5f9b;
}
.lush-lilac {
color: #9b7ab8;
}
.spring-wisteria {
color: #d09fdf;
}
.rosey-afterglow {
color: #f8c9d0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--just-a-fairytale:#6a5f9b;
--lush-lilac:#9b7ab8;
--spring-wisteria:#d09fdf;
--rosey-afterglow:#f8c9d0;
--grapefruit-pulp:#ff6e61;
}