Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.boundless {
color: #5a6c87;
}
.relaxing-blue {
color: #8a9ba8;
}
.warm-olive {
color: #c4b93b;
}
.lionfish-red {
color: #e03d24;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--boundless:#5a6c87;
--relaxing-blue:#8a9ba8;
--warm-olive:#c4b93b;
--lionfish-red:#e03d24;
}