Color names in this palette
CSS code for this palette
/* CSS */
.chaste-blossoms {
color: #9d3de6;
}
.just-a-fairytale {
color: #6c5e9c;
}
.ashton-blue {
color: #4a7cba;
}
.caribbean-blue {
color: #19c4d7;
}
.minion-yellow {
color: #ffcf4d;
}
/* CSS Variables */
:root {
--chaste-blossoms:#9d3de6;
--just-a-fairytale:#6c5e9c;
--ashton-blue:#4a7cba;
--caribbean-blue:#19c4d7;
--minion-yellow:#ffcf4d;
}