Color names in this palette
CSS code for this palette
/* CSS */
.alice-blue {
color: #f0f8ff;
}
.christmas-silver {
color: #e0e0e0;
}
.silver {
color: #bfbfbf;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.grey {
color: #808080;
}
/* CSS Variables */
:root {
--alice-blue:#f0f8ff;
--christmas-silver:#e0e0e0;
--silver:#bfbfbf;
--artificial-intelligence-grey:#a1a1a1;
--grey:#808080;
}