Color names in this palette
CSS code for this palette
/* CSS */
.blue-jeans {
color: #5bb3e6;
}
.squash-blossom {
color: #f6b83c;
}
.meadow-yellow {
color: #f7d98d;
}
.green-hornet {
color: #6c9d5c;
}
.glazed-persimmon {
color: #d54e39;
}
/* CSS Variables */
:root {
--blue-jeans:#5bb3e6;
--squash-blossom:#f6b83c;
--meadow-yellow:#f7d98d;
--green-hornet:#6c9d5c;
--glazed-persimmon:#d54e39;
}