Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sandy-brown {
color: #f1a65b;
}
.cumquat-cream {
color: #f29a7d;
}
.obstinate-orange {
color: #d75928;
}
.brick {
color: #9f3c1e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sandy-brown:#f1a65b;
--cumquat-cream:#f29a7d;
--obstinate-orange:#d75928;
--brick:#9f3c1e;
}