Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.in-the-pink {
color: #f4c3d1;
}
.sweet-lilac {
color: #e7b6d2;
}
.loofah {
color: #e4d4b4;
}
.falling-star {
color: #c8d5c8;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--in-the-pink:#f4c3d1;
--sweet-lilac:#e7b6d2;
--loofah:#e4d4b4;
--falling-star:#c8d5c8;
}