Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.paradise-pink {
color: #e9445f;
}
.silver-bird {
color: #f9f5f0;
}
.black-howl {
color: #1d1d2f;
}
.funnel-cloud {
color: #0f3461;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--paradise-pink:#e9445f;
--silver-bird:#f9f5f0;
--black-howl:#1d1d2f;
--funnel-cloud:#0f3461;
}