Color names in this palette
CSS code for this palette
/* CSS */
.silver-surfer {
color: #7c7e88;
}
.sinkhole {
color: #4b6f72;
}
.midnight-hour {
color: #3c494e;
}
.dreamcatcher {
color: #a4b2a9;
}
.metallic-gold {
color: #d7af37;
}
/* CSS Variables */
:root {
--silver-surfer:#7c7e88;
--sinkhole:#4b6f72;
--midnight-hour:#3c494e;
--dreamcatcher:#a4b2a9;
--metallic-gold:#d7af37;
}