Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1f4a8e;
}
.boat-house {
color: #4b8abe;
}
.rhodes {
color: #89c1e6;
}
.syndicalist {
color: #f5c400;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--nuit-blanche:#1f4a8e;
--boat-house:#4b8abe;
--rhodes:#89c1e6;
--syndicalist:#f5c400;
--capocollo:#d8544f;
}