Color names in this palette
CSS code for this palette
/* CSS */
.bonbon-red {
color: #8c3b6c;
}
.beauty-queen {
color: #c45a8d;
}
.pink-fit {
color: #f5a3b4;
}
.dreamsicle {
color: #f6d4c1;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--bonbon-red:#8c3b6c;
--beauty-queen:#c45a8d;
--pink-fit:#f5a3b4;
--dreamsicle:#f6d4c1;
--hawaiian-cream:#f9e6b9;
}