Color names in this palette
CSS code for this palette
/* CSS */
.medium-violet-red {
color: #c61585;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.matt-pink {
color: #ffb8c1;
}
.lavender-blush {
color: #fff0f5;
}
.blobfish {
color: #ffc2cc;
}
/* CSS Variables */
:root {
--medium-violet-red:#c61585;
--f-n-h-ng-pink:#ff6bb5;
--matt-pink:#ffb8c1;
--lavender-blush:#fff0f5;
--blobfish:#ffc2cc;
}