Color names in this palette
CSS code for this palette
/* CSS */
.kyo-purple {
color: #9f5b8d;
}
.rosewood-apricot {
color: #d39c9e;
}
.goldenrod-yellow {
color: #fbce93;
}
.late-day-sun {
color: #f3e191;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--kyo-purple:#9f5b8d;
--rosewood-apricot:#d39c9e;
--goldenrod-yellow:#fbce93;
--late-day-sun:#f3e191;
--terrace-pool:#a3d7e0;
}