Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c62a3c;
}
.strawberry-avalanche {
color: #f0553d;
}
.squash-blossom {
color: #f6b83c;
}
.green-hornet {
color: #6d9d58;
}
.carter-s-scroll {
color: #3e5a79;
}
/* CSS Variables */
:root {
--mars-red:#c62a3c;
--strawberry-avalanche:#f0553d;
--squash-blossom:#f6b83c;
--green-hornet:#6d9d58;
--carter-s-scroll:#3e5a79;
}