Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.soft-purple {
color: #a269b0;
}
.just-a-fairytale {
color: #6f5c9d;
}
.blue-gem {
color: #4b3e8e;
}
.after-work-blue {
color: #2a1f6b;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--soft-purple:#a269b0;
--just-a-fairytale:#6f5c9d;
--blue-gem:#4b3e8e;
--after-work-blue:#2a1f6b;
}