Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1c1d21;
}
.abbey {
color: #4b4f58;
}
.straw-basket {
color: #d8c79d;
}
.blue-angels-yellow {
color: #fab700;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--satin-deep-black:#1c1d21;
--abbey:#4b4f58;
--straw-basket:#d8c79d;
--blue-angels-yellow:#fab700;
--fire-island:#d94f3a;
}