Color names in this palette
CSS code for this palette
/* CSS */
.angel-s-feather {
color: #f3f1e7;
}
.sinbad {
color: #a7d7cf;
}
.evora {
color: #4e8c8d;
}
.dark-slate-grey {
color: #2b4e50;
}
.satin-deep-black {
color: #1c2021;
}
/* CSS Variables */
:root {
--angel-s-feather:#f3f1e7;
--sinbad:#a7d7cf;
--evora:#4e8c8d;
--dark-slate-grey:#2b4e50;
--satin-deep-black:#1c2021;
}