Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.alpha-blue {
color: #5b8fb3;
}
.rogue-pink {
color: #f6a2c4;
}
.footie-pajamas {
color: #e5d1e5;
}
.je-t-aime {
color: #b46a91;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--alpha-blue:#5b8fb3;
--rogue-pink:#f6a2c4;
--footie-pajamas:#e5d1e5;
--je-t-aime:#b46a91;
}