Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f6f8f8;
}
.bright-grey {
color: #eaebf0;
}
.angel-hair-silver {
color: #d2d6db;
}
.astroscopus-grey {
color: #b1b5b9;
}
.mischka {
color: #a3a8ae;
}
/* CSS Variables */
:root {
--lynx-white:#f6f8f8;
--bright-grey:#eaebf0;
--angel-hair-silver:#d2d6db;
--astroscopus-grey:#b1b5b9;
--mischka:#a3a8ae;
}