Color names in this palette
CSS code for this palette
/* CSS */
.spinel-stone-black {
color: #252b3c;
}
.kachi-indigo {
color: #3b3e4e;
}
.gobelin-mauve {
color: #5e5a6d;
}
.streusel-cake {
color: #d8a85f;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--spinel-stone-black:#252b3c;
--kachi-indigo:#3b3e4e;
--gobelin-mauve:#5e5a6d;
--streusel-cake:#d8a85f;
--mandarin-red:#e74d3c;
}