Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.paradise-pink {
color: #e9445f;
}
.milk-glass {
color: #f9f6f1;
}
.funnel-cloud {
color: #0f3461;
}
.jadestone {
color: #00a8a3;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--paradise-pink:#e9445f;
--milk-glass:#f9f6f1;
--funnel-cloud:#0f3461;
--jadestone:#00a8a3;
}