Color names in this palette
CSS code for this palette
/* CSS */
.hyacinth-violet {
color: #9b508d;
}
.fussy-pink {
color: #e7a2b9;
}
.serene-pink {
color: #f5c5b7;
}
.rotunda-gold {
color: #f6e0c1;
}
.burgundy-grey {
color: #d6e0a3;
}
/* CSS Variables */
:root {
--hyacinth-violet:#9b508d;
--fussy-pink:#e7a2b9;
--serene-pink:#f5c5b7;
--rotunda-gold:#f6e0c1;
--burgundy-grey:#d6e0a3;
}