Color names in this palette
CSS code for this palette
/* CSS */
.sea-hunter {
color: #1f5c7a;
}
.rockpool {
color: #4ea29f;
}
.tadorna-teal {
color: #76d6b1;
}
.late-day-sun {
color: #f3e08c;
}
.basketball {
color: #f46d2f;
}
/* CSS Variables */
:root {
--sea-hunter:#1f5c7a;
--rockpool:#4ea29f;
--tadorna-teal:#76d6b1;
--late-day-sun:#f3e08c;
--basketball:#f46d2f;
}