Color names in this palette
CSS code for this palette
/* CSS */
.rosy-cheeks {
color: #d84f6d;
}
.emperor-s-children {
color: #f2a1b1;
}
.pinenut {
color: #f6d8b6;
}
.champagne-burst {
color: #f1e4cb;
}
.english-hollyhock {
color: #b5c8d4;
}
/* CSS Variables */
:root {
--rosy-cheeks:#d84f6d;
--emperor-s-children:#f2a1b1;
--pinenut:#f6d8b6;
--champagne-burst:#f1e4cb;
--english-hollyhock:#b5c8d4;
}