Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #e9bab4;
}
.princess-bride {
color: #f6c1c1;
}
.ibis {
color: #f2b5c3;
}
.koji-orange {
color: #f6b346;
}
.sun-bleached-ochre {
color: #e6a77a;
}
/* CSS Variables */
:root {
--beauty-bush:#e9bab4;
--princess-bride:#f6c1c1;
--ibis:#f2b5c3;
--koji-orange:#f6b346;
--sun-bleached-ochre:#e6a77a;
}