Color names in this palette
CSS code for this palette
/* CSS */
.kyo-purple {
color: #9a5b8a;
}
.heart-to-heart {
color: #d2a7c6;
}
.blush {
color: #f09f8e;
}
.venetian-yellow {
color: #f8e3a0;
}
.gold-strand {
color: #f2e0a6;
}
/* CSS Variables */
:root {
--kyo-purple:#9a5b8a;
--heart-to-heart:#d2a7c6;
--blush:#f09f8e;
--venetian-yellow:#f8e3a0;
--gold-strand:#f2e0a6;
}