Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4c3a8d;
}
.just-a-fairytale {
color: #6b5c93;
}
.chalk-violet {
color: #8f7da6;
}
.feminine-fancy {
color: #c4a5d4;
}
.samantha-s-room {
color: #f2d4e6;
}
/* CSS Variables */
:root {
--blue-gem:#4c3a8d;
--just-a-fairytale:#6b5c93;
--chalk-violet:#8f7da6;
--feminine-fancy:#c4a5d4;
--samantha-s-room:#f2d4e6;
}