Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4c;
}
.dull-violet {
color: #813f8d;
}
.azalea {
color: #d93f66;
}
.spanish-pink {
color: #f8bfbf;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4c;
--dull-violet:#813f8d;
--azalea:#d93f66;
--spanish-pink:#f8bfbf;
--soviet-gold:#ffd900;
}