Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.shadowed-steel {
color: #4a4a4a;
}
.shark-fin {
color: #969696;
}
.squash-blossom {
color: #f6b83c;
}
.ornery-tangerine {
color: #f77a22;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--shadowed-steel:#4a4a4a;
--shark-fin:#969696;
--squash-blossom:#f6b83c;
--ornery-tangerine:#f77a22;
}