Color names in this palette
CSS code for this palette
/* CSS */
.grey-tweed {
color: #b1b9b5;
}
.zenith-heights {
color: #a3c8c3;
}
.festival-de-verano {
color: #b7e1d9;
}
.white-smoke {
color: #f4f6f5;
}
.ginger-shortbread {
color: #e3cfc4;
}
/* CSS Variables */
:root {
--grey-tweed:#b1b9b5;
--zenith-heights:#a3c8c3;
--festival-de-verano:#b7e1d9;
--white-smoke:#f4f6f5;
--ginger-shortbread:#e3cfc4;
}