Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.cool-balaclavas-are-forever {
color: #15203c;
}
.funnel-cloud {
color: #0f3461;
}
.x-marks-the-spot {
color: #e84545;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--cool-balaclavas-are-forever:#15203c;
--funnel-cloud:#0f3461;
--x-marks-the-spot:#e84545;
--dr-white:#fafafa;
}