Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #4b6c9b;
}
.notable-hue {
color: #88a6b9;
}
.hint-of-violet {
color: #d0d6e1;
}
.avid-apricot {
color: #f3c5a0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#4b6c9b;
--notable-hue:#88a6b9;
--hint-of-violet:#d0d6e1;
--avid-apricot:#f3c5a0;
}