Color names in this palette
CSS code for this palette
/* CSS */
.sultan-of-pink {
color: #e79cc3;
}
.berry-popsicle {
color: #d5a4d1;
}
.creeping-bellflower {
color: #b78dc4;
}
.royal-raul {
color: #8d7ab8;
}
.sumire-violet {
color: #705c9d;
}
/* CSS Variables */
:root {
--sultan-of-pink:#e79cc3;
--berry-popsicle:#d5a4d1;
--creeping-bellflower:#b78dc4;
--royal-raul:#8d7ab8;
--sumire-violet:#705c9d;
}