Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f1f3d;
}
.thimble-red {
color: #a15e8e;
}
.lightning-yellow {
color: #f69f2c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.may-day {
color: #4dd1c2;
}
/* CSS Variables */
:root {
--midnight-express:#1f1f3d;
--thimble-red:#a15e8e;
--lightning-yellow:#f69f2c;
--grapefruit-pulp:#ff6e61;
--may-day:#4dd1c2;
}