Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.blue-eyed-boy {
color: #88b8e7;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.mandarin-red {
color: #e24c3c;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--bluebonnet-frost:#4a6fb0;
--blue-eyed-boy:#88b8e7;
--solar-plexus-chakra:#f1cb4b;
--mandarin-red:#e24c3c;
}