Color names in this palette
CSS code for this palette
/* CSS */
.outlawed-orange {
color: #b76f4e;
}
.prayer-flag {
color: #d19b6b;
}
.manhattan {
color: #e2b27e;
}
.bellini {
color: #f3cbaf;
}
.frangipane {
color: #f5d4b2;
}
/* CSS Variables */
:root {
--outlawed-orange:#b76f4e;
--prayer-flag:#d19b6b;
--manhattan:#e2b27e;
--bellini:#f3cbaf;
--frangipane:#f5d4b2;
}