Color names in this palette
CSS code for this palette
/* CSS */
.sweet-nectar {
color: #f8c1af;
}
.ibis {
color: #f5b2c1;
}
.violet-kiss {
color: #f2a1d4;
}
.vic-20-pink {
color: #e5a4f9;
}
.pale-phthalo-blue {
color: #c2d4ff;
}
/* CSS Variables */
:root {
--sweet-nectar:#f8c1af;
--ibis:#f5b2c1;
--violet-kiss:#f2a1d4;
--vic-20-pink:#e5a4f9;
--pale-phthalo-blue:#c2d4ff;
}