Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.obscure-orange {
color: #b35600;
}
.mineral-yellow {
color: #d09b3e;
}
.exuberance {
color: #d65d00;
}
.gorse-yellow-orange {
color: #eb9a3d;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--obscure-orange:#b35600;
--mineral-yellow:#d09b3e;
--exuberance:#d65d00;
--gorse-yellow-orange:#eb9a3d;
}