Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.renwick-beige {
color: #c3af9d;
}
.green-bark {
color: #a9c8a7;
}
.vibrant {
color: #ffd54d;
}
.sun-bleached-ochre {
color: #e2a87e;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--renwick-beige:#c3af9d;
--green-bark:#a9c8a7;
--vibrant:#ffd54d;
--sun-bleached-ochre:#e2a87e;
}