Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.paradise-pink {
color: #e9445f;
}
.yellow-mana {
color: #f9fbc1;
}
.gummy-dolphins {
color: #00a7cc;
}
.pale-chamois {
color: #efe4d7;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--paradise-pink:#e9445f;
--yellow-mana:#f9fbc1;
--gummy-dolphins:#00a7cc;
--pale-chamois:#efe4d7;
}