Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c2;
}
.peach-burst {
color: #f29b97;
}
.monarch-orange {
color: #f29c6e;
}
.sprouted {
color: #f2d58c;
}
.majestic-treasures {
color: #f2e7a1;
}
/* CSS Variables */
:root {
--ibis:#f5b2c2;
--peach-burst:#f29b97;
--monarch-orange:#f29c6e;
--sprouted:#f2d58c;
--majestic-treasures:#f2e7a1;
}