Color names in this palette
CSS code for this palette
/* CSS */
.stellar-explorer {
color: #001f1f;
}
.nora-s-forest {
color: #003333;
}
.umbra {
color: #1f1f1f;
}
.light-tomato {
color: #d07171;
}
.pink-tulle {
color: #e0b59e;
}
/* CSS Variables */
:root {
--stellar-explorer:#001f1f;
--nora-s-forest:#003333;
--umbra:#1f1f1f;
--light-tomato:#d07171;
--pink-tulle:#e0b59e;
}