Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.beef-bourguignon {
color: #b34d00;
}
.mustard-seed {
color: #c8a328;
}
.sludge {
color: #c76d00;
}
.tiger-king {
color: #dc9a28;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--beef-bourguignon:#b34d00;
--mustard-seed:#c8a328;
--sludge:#c76d00;
--tiger-king:#dc9a28;
}