Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #496a9c;
}
.eiger-nordwand {
color: #7b9abc;
}
.something-blue {
color: #b3d4e6;
}
.first-date {
color: #f4b69f;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#496a9c;
--eiger-nordwand:#7b9abc;
--something-blue:#b3d4e6;
--first-date:#f4b69f;
}