Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1b1f3b;
}
.takaka {
color: #3f4b73;
}
.wave-jumper {
color: #6c8f9d;
}
.fringy-flower {
color: #b8e0b8;
}
.portofino {
color: #f3f09b;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1b1f3b;
--takaka:#3f4b73;
--wave-jumper:#6c8f9d;
--fringy-flower:#b8e0b8;
--portofino:#f3f09b;
}