Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.satin-deep-black {
color: #1b2023;
}
.sea-deep {
color: #2d3f48;
}
.atomic {
color: #3b4e54;
}
.sinkhole {
color: #4a6d6b;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--satin-deep-black:#1b2023;
--sea-deep:#2d3f48;
--atomic:#3b4e54;
--sinkhole:#4a6d6b;
}