Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f203d;
}
.altar-of-heaven {
color: #4b4c81;
}
.lavender-violet {
color: #7b7da3;
}
.sky-high {
color: #a2c1e7;
}
.lime-bright {
color: #f2e3b0;
}
/* CSS Variables */
:root {
--midnight-express:#1f203d;
--altar-of-heaven:#4b4c81;
--lavender-violet:#7b7da3;
--sky-high:#a2c1e7;
--lime-bright:#f2e3b0;
}