Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sailor-s-bay {
color: #496c92;
}
.walden-pond {
color: #7a9db8;
}
.royal-gold-pearl {
color: #d1a54d;
}
.vivid-vermilion {
color: #e35f26;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sailor-s-bay:#496c92;
--walden-pond:#7a9db8;
--royal-gold-pearl:#d1a54d;
--vivid-vermilion:#e35f26;
}