Color names in this palette
CSS code for this palette
/* CSS */
.beetiful-magenta {
color: #882b6a;
}
.strawberry-milkshake {
color: #d66b89;
}
.prettiest-pink {
color: #e8a6c7;
}
.hopeful {
color: #f1d5e3;
}
.petal-poise {
color: #f8e2f1;
}
/* CSS Variables */
:root {
--beetiful-magenta:#882b6a;
--strawberry-milkshake:#d66b89;
--prettiest-pink:#e8a6c7;
--hopeful:#f1d5e3;
--petal-poise:#f8e2f1;
}