Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.patriot-blue {
color: #3c3c5d;
}
.dark-prince {
color: #6a6a8a;
}
.sunny-mood {
color: #f7c94b;
}
.chi-gong {
color: #d82c2c;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--patriot-blue:#3c3c5d;
--dark-prince:#6a6a8a;
--sunny-mood:#f7c94b;
--chi-gong:#d82c2c;
}