Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb8c1;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.secret-story {
color: #ff1492;
}
.medium-violet-red {
color: #c61585;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--matt-pink:#ffb8c1;
--f-n-h-ng-pink:#ff6bb5;
--secret-story:#ff1492;
--medium-violet-red:#c61585;
--moth-orchid:#d6006f;
}