Color names in this palette
CSS code for this palette
/* CSS */
.night-watch {
color: #3c4e4b;
}
.tuscany {
color: #b88c7a;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.mystic-fog {
color: #eae8e1;
}
.prosciutto {
color: #e2b4a2;
}
/* CSS Variables */
:root {
--night-watch:#3c4e4b;
--tuscany:#b88c7a;
--maximum-yellow-red:#f0ba4c;
--mystic-fog:#eae8e1;
--prosciutto:#e2b4a2;
}