Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.loveland {
color: #e76e8b;
}
.tandoori-red {
color: #d05364;
}
.pomegranate-red {
color: #b43c4a;
}
.cherry-kiss {
color: #a12b3b;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--loveland:#e76e8b;
--tandoori-red:#d05364;
--pomegranate-red:#b43c4a;
--cherry-kiss:#a12b3b;
}