Color names in this palette
CSS code for this palette
/* CSS */
.paris-pink {
color: #da6c8f;
}
.sweet-60 {
color: #f2a1b0;
}
.first-daughter {
color: #f8d3d7;
}
.designer-pink {
color: #e3bad7;
}
.elfin-herb {
color: #c9b5d4;
}
/* CSS Variables */
:root {
--paris-pink:#da6c8f;
--sweet-60:#f2a1b0;
--first-daughter:#f8d3d7;
--designer-pink:#e3bad7;
--elfin-herb:#c9b5d4;
}