Color names in this palette
CSS code for this palette
/* CSS */
.palladium {
color: #b0b0b0;
}
.wind-fresh-white {
color: #d0d8d0;
}
.frosted-mint {
color: #e4f1e4;
}
.white-smoke {
color: #f5f5f5;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
/* CSS Variables */
:root {
--palladium:#b0b0b0;
--wind-fresh-white:#d0d8d0;
--frosted-mint:#e4f1e4;
--white-smoke:#f5f5f5;
--artificial-intelligence-grey:#a1a1a1;
}