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