Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.riverside {
color: #4b6c95;
}
.cerulean-frost {
color: #6e9bbf;
}
.sunny-mood {
color: #f7c94b;
}
.sour-cherry {
color: #e3493b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--riverside:#4b6c95;
--cerulean-frost:#6e9bbf;
--sunny-mood:#f7c94b;
--sour-cherry:#e3493b;
}