Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f7cad7;
}
.simple-pink {
color: #f5a3ae;
}
.carnation {
color: #f97b8e;
}
.brink-pink {
color: #f45d7e;
}
.rosy-cheeks {
color: #d84f6d;
}
/* CSS Variables */
:root {
--palace-rose:#f7cad7;
--simple-pink:#f5a3ae;
--carnation:#f97b8e;
--brink-pink:#f45d7e;
--rosy-cheeks:#d84f6d;
}