Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.paradise-pink {
color: #e9445f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.lemon-soap {
color: #f9fbc6;
}
.fantasy-console-sky {
color: #29b0ff;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--paradise-pink:#e9445f;
--creamy-sweet-corn:#f9c54e;
--lemon-soap:#f9fbc6;
--fantasy-console-sky:#29b0ff;
}