Color names in this palette
CSS code for this palette
/* CSS */
.disco {
color: #8d2a4f;
}
.beauty-queen {
color: #c45a8d;
}
.emperor-s-children {
color: #f1a2b3;
}
.peach-patch {
color: #f4d69f;
}
.sherbet-fruit {
color: #f8c9b9;
}
/* CSS Variables */
:root {
--disco:#8d2a4f;
--beauty-queen:#c45a8d;
--emperor-s-children:#f1a2b3;
--peach-patch:#f4d69f;
--sherbet-fruit:#f8c9b9;
}