Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.lavender-mist {
color: #e5e5ff;
}
.silver {
color: #bfbfbf;
}
.french-market {
color: #9fc69f;
}
.dead-blue-eyes {
color: #0055cc;
}
/* CSS Variables */
:root {
--white:#ffffff;
--lavender-mist:#e5e5ff;
--silver:#bfbfbf;
--french-market:#9fc69f;
--dead-blue-eyes:#0055cc;
}