Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.brandywine-spritz {
color: #e69eb0;
}
.lily-legs {
color: #f1c6d5;
}
.wishy-washy-lilies {
color: #f5e0e7;
}
.pink-tutu {
color: #fbe4e7;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--brandywine-spritz:#e69eb0;
--lily-legs:#f1c6d5;
--wishy-washy-lilies:#f5e0e7;
--pink-tutu:#fbe4e7;
}