Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6c;
}
.greenland-blue {
color: #3a7f9c;
}
.delicate-girl-blue {
color: #66b2c7;
}
.aqua-fiesta {
color: #98dfe2;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6c;
--greenland-blue:#3a7f9c;
--delicate-girl-blue:#66b2c7;
--aqua-fiesta:#98dfe2;
--syndicalist:#f5c400;
}