Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a7d5e2;
}
.rice-bowl {
color: #f1e7d5;
}
.squash-blossom {
color: #f6b83c;
}
.cherokee-dignity {
color: #e57b1f;
}
.rusty-chainmail {
color: #c94a4c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a7d5e2;
--rice-bowl:#f1e7d5;
--squash-blossom:#f6b83c;
--cherokee-dignity:#e57b1f;
--rusty-chainmail:#c94a4c;
}