Color names in this palette
CSS code for this palette
/* CSS */
.iron-grey {
color: #7c7e7c;
}
.brainstem-grey {
color: #b5b5b5;
}
.chintz {
color: #d5c7b9;
}
.galveston-tan {
color: #e9c9b9;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
/* CSS Variables */
:root {
--iron-grey:#7c7e7c;
--brainstem-grey:#b5b5b5;
--chintz:#d5c7b9;
--galveston-tan:#e9c9b9;
--lemon-ice-yellow:#f7e2a6;
}