Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f6b1e7;
}
.exotic-violet {
color: #e3a1d5;
}
.peruvian-lily {
color: #d17bba;
}
.lilac-geode {
color: #b887f8;
}
.peach-temptation {
color: #f3c5b4;
}
/* CSS Variables */
:root {
--hanami-pink:#f6b1e7;
--exotic-violet:#e3a1d5;
--peruvian-lily:#d17bba;
--lilac-geode:#b887f8;
--peach-temptation:#f3c5b4;
}