Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.violet-storm {
color: #60609f;
}
.childish-wonder {
color: #a6a6d9;
}
.cheater {
color: #f2b05a;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--violet-storm:#60609f;
--childish-wonder:#a6a6d9;
--cheater:#f2b05a;
--poppy-red:#e63746;
}