Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.paradise-pink {
color: #e9445f;
}
.cascading-white {
color: #f8f6f6;
}
.funnel-cloud {
color: #0f3461;
}
.jade-glass {
color: #00d1d1;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--paradise-pink:#e9445f;
--cascading-white:#f8f6f6;
--funnel-cloud:#0f3461;
--jade-glass:#00d1d1;
}