Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.overcast-sky {
color: #a8b8c2;
}
.favorite-jeans {
color: #8ca1b1;
}
.wave-jumper {
color: #6c8f9d;
}
.brittany-blue {
color: #4b8086;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--overcast-sky:#a8b8c2;
--favorite-jeans:#8ca1b1;
--wave-jumper:#6c8f9d;
--brittany-blue:#4b8086;
}