Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e5a4d0;
}
.hanami-pink {
color: #f2b1e0;
}
.peach-orange {
color: #ffcc99;
}
.vibrant {
color: #ffd54d;
}
.overtone {
color: #a9e5b3;
}
/* CSS Variables */
:root {
--exotic-violet:#e5a4d0;
--hanami-pink:#f2b1e0;
--peach-orange:#ffcc99;
--vibrant:#ffd54d;
--overtone:#a9e5b3;
}