Color names in this palette
CSS code for this palette
/* CSS */
.sultan-of-pink {
color: #e79cc3;
}
.sweet-perfume {
color: #d89db7;
}
.damsel {
color: #c49caf;
}
.awesome-violet {
color: #a8b4d1;
}
.blue-bows {
color: #a3c4d7;
}
/* CSS Variables */
:root {
--sultan-of-pink:#e79cc3;
--sweet-perfume:#d89db7;
--damsel:#c49caf;
--awesome-violet:#a8b4d1;
--blue-bows:#a3c4d7;
}