Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c0;
}
.sweet-serenade {
color: #fbc6d5;
}
.carousel-pink {
color: #f7d9e0;
}
.wishy-washy-lilies {
color: #f5e0e7;
}
.pink-beauty {
color: #dfa4c3;
}
/* CSS Variables */
:root {
--ibis:#f3b4c0;
--sweet-serenade:#fbc6d5;
--carousel-pink:#f7d9e0;
--wishy-washy-lilies:#f5e0e7;
--pink-beauty:#dfa4c3;
}