Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f8a5b1;
}
.rosy-nectar {
color: #f5c2e6;
}
.hanami-pink {
color: #f6a7e6;
}
.exotic-violet {
color: #e2a1d4;
}
.purple-hollyhock {
color: #d86eb1;
}
/* CSS Variables */
:root {
--pink-fit:#f8a5b1;
--rosy-nectar:#f5c2e6;
--hanami-pink:#f6a7e6;
--exotic-violet:#e2a1d4;
--purple-hollyhock:#d86eb1;
}