Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d57a2a;
}
.sandy-brown {
color: #f1a65b;
}
.sheer-apricot {
color: #f1ca9d;
}
.polar-blue {
color: #b2e1e6;
}
.leather-satchel {
color: #7e4f3a;
}
/* CSS Variables */
:root {
--bitter-orange:#d57a2a;
--sandy-brown:#f1a65b;
--sheer-apricot:#f1ca9d;
--polar-blue:#b2e1e6;
--leather-satchel:#7e4f3a;
}