Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.coquelicot {
color: #ff3c00;
}
.maldives {
color: #00bad6;
}
.middle-yellow {
color: #ffea00;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--coquelicot:#ff3c00;
--maldives:#00bad6;
--middle-yellow:#ffea00;
--moth-orchid:#d6006f;
}