Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #191b2e;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.sweet-jasmine {
color: #f8f3d3;
}
.forsythia-blossom {
color: #f9d66c;
}
/* CSS Variables */
:root {
--sambucus:#191b2e;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--sweet-jasmine:#f8f3d3;
--forsythia-blossom:#f9d66c;
}