Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.paradise-pink {
color: #e9445f;
}
.funnel-cloud {
color: #0f3461;
}
.blue-fire {
color: #00a8e0;
}
.unbleached {
color: #faf9f5;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--paradise-pink:#e9445f;
--funnel-cloud:#0f3461;
--blue-fire:#00a8e0;
--unbleached:#faf9f5;
}