Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.exotic-violet {
color: #e6a3ce;
}
.rosy-nectar {
color: #f4c3e5;
}
.matt-pink {
color: #ffb8c1;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--exotic-violet:#e6a3ce;
--rosy-nectar:#f4c3e5;
--matt-pink:#ffb8c1;
--f-n-h-ng-pink:#ff6bb5;
}