Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.deep-koamaru {
color: #2f2f6a;
}
.liberty {
color: #4f4f9c;
}
.hollyhock {
color: #903c7f;
}
.cherry-pink {
color: #c65d7c;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--deep-koamaru:#2f2f6a;
--liberty:#4f4f9c;
--hollyhock:#903c7f;
--cherry-pink:#c65d7c;
}