Color names in this palette
CSS code for this palette
/* CSS */
.digital-garage {
color: #b6b4a5;
}
.bushland-grey {
color: #7e7c72;
}
.cold-turquoise {
color: #a5cfca;
}
.glamorgan-sausage {
color: #d9cba6;
}
.ancient-scroll {
color: #f1e4d0;
}
/* CSS Variables */
:root {
--digital-garage:#b6b4a5;
--bushland-grey:#7e7c72;
--cold-turquoise:#a5cfca;
--glamorgan-sausage:#d9cba6;
--ancient-scroll:#f1e4d0;
}