Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.fallen-blossoms {
color: #f0b2c3;
}
.pink-chintz {
color: #f1c1d0;
}
.hydrangea-pink {
color: #eab3c8;
}
.little-bow-pink {
color: #d77f99;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--fallen-blossoms:#f0b2c3;
--pink-chintz:#f1c1d0;
--hydrangea-pink:#eab3c8;
--little-bow-pink:#d77f99;
}