Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.god-s-own-junkyard-pink {
color: #f56b90;
}
.dragon-ball {
color: #ff9a1f;
}
.prickly-purple {
color: #a55eb5;
}
.spanish-violet {
color: #4b2c7d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--god-s-own-junkyard-pink:#f56b90;
--dragon-ball:#ff9a1f;
--prickly-purple:#a55eb5;
--spanish-violet:#4b2c7d;
}