Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.orangish-brown {
color: #b35c00;
}
.cremini {
color: #d0a03e;
}
.orange-danger {
color: #d66b00;
}
.life-is-good {
color: #e1a141;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--orangish-brown:#b35c00;
--cremini:#d0a03e;
--orange-danger:#d66b00;
--life-is-good:#e1a141;
}