Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3afc1;
}
.australian-apricot {
color: #f5c5a3;
}
.venetian-yellow {
color: #f7e1a1;
}
.frugal {
color: #a4d5b2;
}
.winter-chime {
color: #85c3e0;
}
/* CSS Variables */
:root {
--ibis:#f3afc1;
--australian-apricot:#f5c5a3;
--venetian-yellow:#f7e1a1;
--frugal:#a4d5b2;
--winter-chime:#85c3e0;
}