Color names in this palette
CSS code for this palette
/* CSS */
.mr-krabs {
color: #d44025;
}
.sun-orange {
color: #f47b1f;
}
.squash-blossom {
color: #f6b83c;
}
.springtime {
color: #e9e4b4;
}
.midsummer-field {
color: #8ccc3e;
}
/* CSS Variables */
:root {
--mr-krabs:#d44025;
--sun-orange:#f47b1f;
--squash-blossom:#f6b83c;
--springtime:#e9e4b4;
--midsummer-field:#8ccc3e;
}