Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c6;
}
.emperor-s-children {
color: #f49fb3;
}
.cupid-s-arrow {
color: #ec698c;
}
.rosy-cheeks {
color: #da4e6f;
}
.floriography {
color: #a83e4c;
}
/* CSS Variables */
:root {
--chantilly:#eab8c6;
--emperor-s-children:#f49fb3;
--cupid-s-arrow:#ec698c;
--rosy-cheeks:#da4e6f;
--floriography:#a83e4c;
}