Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1c4c6d;
}
.wipeout {
color: #3b8097;
}
.viking {
color: #4fb1c4;
}
.ice-crystal-blue {
color: #a5e3df;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--seafarer:#1c4c6d;
--wipeout:#3b8097;
--viking:#4fb1c4;
--ice-crystal-blue:#a5e3df;
--american-yellow:#f5b400;
}