Color names in this palette
CSS code for this palette
/* CSS */
.sachet-pink {
color: #f28cb3;
}
.sweet-60 {
color: #f59eaf;
}
.mountain-laurel {
color: #f5c7d3;
}
.cupid-arrow {
color: #f4e1e2;
}
.pink-dogwood {
color: #f7d3cf;
}
/* CSS Variables */
:root {
--sachet-pink:#f28cb3;
--sweet-60:#f59eaf;
--mountain-laurel:#f5c7d3;
--cupid-arrow:#f4e1e2;
--pink-dogwood:#f7d3cf;
}