Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.emperor-s-children {
color: #f2a1b5;
}
.hope {
color: #e17f9e;
}
.ibis-rose {
color: #c75c8c;
}
.our-little-secret {
color: #a94c7a;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--emperor-s-children:#f2a1b5;
--hope:#e17f9e;
--ibis-rose:#c75c8c;
--our-little-secret:#a94c7a;
}