Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #4f6b9c;
}
.eiger-nordwand {
color: #7b9abc;
}
.crunch {
color: #f3b55e;
}
.warming-heart {
color: #d64f3d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#4f6b9c;
--eiger-nordwand:#7b9abc;
--crunch:#f3b55e;
--warming-heart:#d64f3d;
}