Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f6b1d6;
}
.sullivan-s-heart {
color: #f8c4d3;
}
.carousel-pink {
color: #f6dae0;
}
.icy-lemonade {
color: #f6e7b1;
}
.tonys-pink {
color: #e59e8b;
}
/* CSS Variables */
:root {
--lavender-candy:#f6b1d6;
--sullivan-s-heart:#f8c4d3;
--carousel-pink:#f6dae0;
--icy-lemonade:#f6e7b1;
--tonys-pink:#e59e8b;
}