Color names in this palette
CSS code for this palette
/* CSS */
.grey-pink {
color: #c18f9b;
}
.hydrangea-pink {
color: #e8b5c6;
}
.poetic-princess {
color: #f9e1e3;
}
.in-the-pink {
color: #f3c4d3;
}
.safflower-wisteria {
color: #cfa5c2;
}
/* CSS Variables */
:root {
--grey-pink:#c18f9b;
--hydrangea-pink:#e8b5c6;
--poetic-princess:#f9e1e3;
--in-the-pink:#f3c4d3;
--safflower-wisteria:#cfa5c2;
}