Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7c3f8d;
}
.purple-cheeks {
color: #b780a0;
}
.ceramic-glaze {
color: #e6ab84;
}
.applesauce {
color: #f8d79b;
}
.yippie-ya-yellow {
color: #f9f19f;
}
/* CSS Variables */
:root {
--dull-violet:#7c3f8d;
--purple-cheeks:#b780a0;
--ceramic-glaze:#e6ab84;
--applesauce:#f8d79b;
--yippie-ya-yellow:#f9f19f;
}