Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b7c3;
}
.ballet-slippers {
color: #fca1af;
}
.orange-fire {
color: #fbb06a;
}
.pesto-calabrese {
color: #f59a24;
}
.fading-ember {
color: #d96b1c;
}
/* CSS Variables */
:root {
--ibis:#f5b7c3;
--ballet-slippers:#fca1af;
--orange-fire:#fbb06a;
--pesto-calabrese:#f59a24;
--fading-ember:#d96b1c;
}