Color names in this palette
CSS code for this palette
/* CSS */
.kyo-purple {
color: #9b5f8c;
}
.shady-pink {
color: #c6a4b1;
}
.quartz-white {
color: #f3e7e2;
}
.pink-beach {
color: #f8c1a5;
}
.camellia-rose {
color: #e64c6e;
}
/* CSS Variables */
:root {
--kyo-purple:#9b5f8c;
--shady-pink:#c6a4b1;
--quartz-white:#f3e7e2;
--pink-beach:#f8c1a5;
--camellia-rose:#e64c6e;
}