Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.carrot-cake {
color: #bb6e30;
}
.creed {
color: #c2a54c;
}
.brownish-orange {
color: #c7781f;
}
.plantain-chips {
color: #d4a84e;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--carrot-cake:#bb6e30;
--creed:#c2a54c;
--brownish-orange:#c7781f;
--plantain-chips:#d4a84e;
}