Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.silver-medal {
color: #d6d6d6;
}
.jeune-citron {
color: #a8d30d;
}
.harlock-s-cape {
color: #b80000;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--extraordinary-abundance-of-tinge:#e6e6e6;
--silver-medal:#d6d6d6;
--jeune-citron:#a8d30d;
--harlock-s-cape:#b80000;
}