Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.indocile-tiger {
color: #b86b00;
}
.curry {
color: #d4a235;
}
.orange-outburst {
color: #d66f00;
}
.super-lemon {
color: #e2b236;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--indocile-tiger:#b86b00;
--curry:#d4a235;
--orange-outburst:#d66f00;
--super-lemon:#e2b236;
}