Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f7c7ab;
}
.apricot-wash {
color: #f9a77b;
}
.summer-citrus {
color: #f97c2f;
}
.fresh-acorn {
color: #d7683c;
}
.texas-ranger-brown {
color: #9f512d;
}
/* CSS Variables */
:root {
--bleached-apricot:#f7c7ab;
--apricot-wash:#f9a77b;
--summer-citrus:#f97c2f;
--fresh-acorn:#d7683c;
--texas-ranger-brown:#9f512d;
}