Color names in this palette
CSS code for this palette
/* CSS */
.dr-white {
color: #fbf9f9;
}
.blush-tint {
color: #f5e0e6;
}
.princess {
color: #f1a7b2;
}
.cherry-brandy {
color: #e56c84;
}
.rosy-cheeks {
color: #d84f6b;
}
/* CSS Variables */
:root {
--dr-white:#fbf9f9;
--blush-tint:#f5e0e6;
--princess:#f1a7b2;
--cherry-brandy:#e56c84;
--rosy-cheeks:#d84f6b;
}