Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-shake {
color: #fffbf0;
}
.unicorn-silver {
color: #e8e8e8;
}
.silver {
color: #bfbfbf;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.steel {
color: #7a7a7a;
}
/* CSS Variables */
:root {
--vanilla-shake:#fffbf0;
--unicorn-silver:#e8e8e8;
--silver:#bfbfbf;
--artificial-intelligence-grey:#a1a1a1;
--steel:#7a7a7a;
}