Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.ibis {
color: #f4b3c3;
}
.pink-cupcake {
color: #f6d0d6;
}
.wishy-washy-lilies {
color: #f6dfe8;
}
.abalone {
color: #f9f1f5;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--ibis:#f4b3c3;
--pink-cupcake:#f6d0d6;
--wishy-washy-lilies:#f6dfe8;
--abalone:#f9f1f5;
}