Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e6b3c2;
}
.old-fashioned-pink {
color: #f6c6ca;
}
.saira-red {
color: #ffa3b6;
}
.blush-hour {
color: #ff7092;
}
.sizzling-red {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--parfait-pink:#e6b3c2;
--old-fashioned-pink:#f6c6ca;
--saira-red:#ffa3b6;
--blush-hour:#ff7092;
--sizzling-red:#ff3d5a;
}