Color names in this palette
CSS code for this palette
/* CSS */
.candy-cane {
color: #f8bfc3;
}
.peach-flower {
color: #e09ab2;
}
.muted-pink {
color: #d17592;
}
.our-little-secret {
color: #aa4b74;
}
.bordeaux-red {
color: #6d2c4d;
}
/* CSS Variables */
:root {
--candy-cane:#f8bfc3;
--peach-flower:#e09ab2;
--muted-pink:#d17592;
--our-little-secret:#aa4b74;
--bordeaux-red:#6d2c4d;
}