Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.embarrassed {
color: #eb7a98;
}
.love-letter {
color: #e2658a;
}
.rosy-cheeks {
color: #d84f6b;
}
.cherry-lolly {
color: #c6395a;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--embarrassed:#eb7a98;
--love-letter:#e2658a;
--rosy-cheeks:#d84f6b;
--cherry-lolly:#c6395a;
}