Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.carnation-bouquet {
color: #f6c1d2;
}
.carissima {
color: #e37d96;
}
.flirty-rose {
color: #d4598c;
}
.plum-dust {
color: #a84d93;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--carnation-bouquet:#f6c1d2;
--carissima:#e37d96;
--flirty-rose:#d4598c;
--plum-dust:#a84d93;
}