Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.paradise-pink {
color: #e9445f;
}
.funnel-cloud {
color: #0f3461;
}
.honey-grove {
color: #d9b34a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--paradise-pink:#e9445f;
--funnel-cloud:#0f3461;
--honey-grove:#d9b34a;
--creamy-sweet-corn:#f9c54e;
}