Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.windsurfing {
color: #3c6e9a;
}
.charter {
color: #6ab1d2;
}
.buttery-croissant {
color: #f5e29e;
}
.white-elf {
color: #f7c47e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--windsurfing:#3c6e9a;
--charter:#6ab1d2;
--buttery-croissant:#f5e29e;
--white-elf:#f7c47e;
}