Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.princess {
color: #f1a7b6;
}
.carissima {
color: #e77e9a;
}
.strawberry-milkshake {
color: #d56d87;
}
.royal-heath {
color: #b84c74;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--princess:#f1a7b6;
--carissima:#e77e9a;
--strawberry-milkshake:#d56d87;
--royal-heath:#b84c74;
}