Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.windsurfing {
color: #3b6c97;
}
.broom-butterfly-blue {
color: #6bb4d6;
}
.charlotte {
color: #a4e0e5;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--windsurfing:#3b6c97;
--broom-butterfly-blue:#6bb4d6;
--charlotte:#a4e0e5;
--syndicalist:#f5c400;
}