Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.riverside {
color: #4d6e99;
}
.blue-bows {
color: #a4c3d6;
}
.butterfield {
color: #f3c058;
}
.jelly-slug {
color: #d8674b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--riverside:#4d6e99;
--blue-bows:#a4c3d6;
--butterfield:#f3c058;
--jelly-slug:#d8674b;
}