Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.hippie-blue {
color: #4a8b96;
}
.not-a-cloud-in-sight {
color: #86c5d5;
}
.syndicalist {
color: #f5c400;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--hippie-blue:#4a8b96;
--not-a-cloud-in-sight:#86c5d5;
--syndicalist:#f5c400;
--capocollo:#d8544f;
}