Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.orangish-brown {
color: #b35900;
}
.lemon-curry {
color: #d0a825;
}
.orange-outburst {
color: #d66f00;
}
.brass-mesh {
color: #e0a54d;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--orangish-brown:#b35900;
--lemon-curry:#d0a825;
--orange-outburst:#d66f00;
--brass-mesh:#e0a54d;
}