Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f7a1b4;
}
.pink-chintz {
color: #f1c1d0;
}
.athena-pink {
color: #e8b0c4;
}
.berry-popsicle {
color: #d4a5c8;
}
.atlantic-tulip {
color: #b79ac1;
}
/* CSS Variables */
:root {
--emperor-s-children:#f7a1b4;
--pink-chintz:#f1c1d0;
--athena-pink:#e8b0c4;
--berry-popsicle:#d4a5c8;
--atlantic-tulip:#b79ac1;
}