Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.mellow-sun {
color: #f7d39c;
}
.aspen-yellow {
color: #f5df9e;
}
.tanager-turquoise {
color: #92d9e8;
}
.her-majesty {
color: #f7a6a7;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--mellow-sun:#f7d39c;
--aspen-yellow:#f5df9e;
--tanager-turquoise:#92d9e8;
--her-majesty:#f7a6a7;
}