Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.sports-blue {
color: #399bb1;
}
.aquamarine-blue {
color: #6fd4e2;
}
.venetian-yellow {
color: #f3e4a0;
}
.tacao {
color: #f5af7a;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--sports-blue:#399bb1;
--aquamarine-blue:#6fd4e2;
--venetian-yellow:#f3e4a0;
--tacao:#f5af7a;
}