Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1d2a;
}
.grapewood {
color: #4a495f;
}
.high-note {
color: #897b8a;
}
.geranium-bud {
color: #d2a3c4;
}
.flush-pink {
color: #f9cac3;
}
/* CSS Variables */
:root {
--black-howl:#1f1d2a;
--grapewood:#4a495f;
--high-note:#897b8a;
--geranium-bud:#d2a3c4;
--flush-pink:#f9cac3;
}