Color names in this palette
CSS code for this palette
/* CSS */
.baby-pink {
color: #ffb8d1;
}
.blush-hour {
color: #ff7092;
}
.stellar-strawberry {
color: #ff618e;
}
.major-magenta {
color: #f54da1;
}
.plum-dust {
color: #a84d93;
}
/* CSS Variables */
:root {
--baby-pink:#ffb8d1;
--blush-hour:#ff7092;
--stellar-strawberry:#ff618e;
--major-magenta:#f54da1;
--plum-dust:#a84d93;
}