Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.beef-bourguignon {
color: #b84d00;
}
.curry-powder {
color: #cc6900;
}
.saffron-yellow {
color: #d29c28;
}
.super-lemon {
color: #e1ae37;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--beef-bourguignon:#b84d00;
--curry-powder:#cc6900;
--saffron-yellow:#d29c28;
--super-lemon:#e1ae37;
}