Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.prosecco {
color: #f9d4a4;
}
.venetian-yellow {
color: #f4e69f;
}
.sage-sensation {
color: #aeea90;
}
.aqua-zing {
color: #7cded5;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--prosecco:#f9d4a4;
--venetian-yellow:#f4e69f;
--sage-sensation:#aeea90;
--aqua-zing:#7cded5;
}