Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.berry-pie {
color: #4e6f8d;
}
.kingfisher-turquoise {
color: #7bb7b6;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--berry-pie:#4e6f8d;
--kingfisher-turquoise:#7bb7b6;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}