Color names in this palette
CSS code for this palette
/* CSS */
.purple-velvet {
color: #4a3c58;
}
.rhinestone {
color: #8d6d97;
}
.mauve-mist {
color: #c1a0d4;
}
.pink-heath {
color: #f2bae1;
}
.early-sunset {
color: #f4e4d7;
}
/* CSS Variables */
:root {
--purple-velvet:#4a3c58;
--rhinestone:#8d6d97;
--mauve-mist:#c1a0d4;
--pink-heath:#f2bae1;
--early-sunset:#f4e4d7;
}