Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.secret-story {
color: #ff1492;
}
.medium-violet-red {
color: #c61585;
}
.dark-magenta {
color: #8a008a;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--f-n-h-ng-pink:#ff6bb5;
--secret-story:#ff1492;
--medium-violet-red:#c61585;
--dark-magenta:#8a008a;
}