Color names in this palette
CSS code for this palette
/* CSS */
.kyo-purple {
color: #9a5b89;
}
.rhubarb-gin {
color: #d6a4c1;
}
.be-mine {
color: #f2e3e7;
}
.breeze-in-june {
color: #c5e0e7;
}
.aragon-green {
color: #49bc8e;
}
/* CSS Variables */
:root {
--kyo-purple:#9a5b89;
--rhubarb-gin:#d6a4c1;
--be-mine:#f2e3e7;
--breeze-in-june:#c5e0e7;
--aragon-green:#49bc8e;
}