Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sandy-brown {
color: #f1a65f;
}
.balinese-sunset {
color: #f19d79;
}
.zahri-pink {
color: #ef6c75;
}
.maple-red {
color: #bc4e4e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sandy-brown:#f1a65f;
--balinese-sunset:#f19d79;
--zahri-pink:#ef6c75;
--maple-red:#bc4e4e;
}