Color names in this palette
CSS code for this palette
/* CSS */
.f-n-h-ng-pink {
color: #ff6bb5;
}
.pink-tease {
color: #ff85c0;
}
.corinthian-pink {
color: #ffa3d3;
}
.sugarwinkle {
color: #ffc2e2;
}
.pink-currant {
color: #ffd6e7;
}
/* CSS Variables */
:root {
--f-n-h-ng-pink:#ff6bb5;
--pink-tease:#ff85c0;
--corinthian-pink:#ffa3d3;
--sugarwinkle:#ffc2e2;
--pink-currant:#ffd6e7;
}