Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.magic-night {
color: #3a3c5a;
}
.altar-of-heaven {
color: #4e4e7e;
}
.snowflake {
color: #f0f0f0;
}
.paradise-pink {
color: #e9445f;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--magic-night:#3a3c5a;
--altar-of-heaven:#4e4e7e;
--snowflake:#f0f0f0;
--paradise-pink:#e9445f;
}