Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1f1f23;
}
.deep-night {
color: #4b4b53;
}
.sleet {
color: #8a8a93;
}
.capocollo {
color: #d8544f;
}
.sunshine-mellow {
color: #f8c50d;
}
/* CSS Variables */
:root {
--inkwell-inception:#1f1f23;
--deep-night:#4b4b53;
--sleet:#8a8a93;
--capocollo:#d8544f;
--sunshine-mellow:#f8c50d;
}