Color names in this palette
CSS code for this palette
/* CSS */
.shadowed-steel {
color: #4a4a4a;
}
.baker-s-bread {
color: #d1b594;
}
.parisian-patina {
color: #799a8a;
}
.misty-surf {
color: #b6c6c8;
}
.fat-gold {
color: #e6b400;
}
/* CSS Variables */
:root {
--shadowed-steel:#4a4a4a;
--baker-s-bread:#d1b594;
--parisian-patina:#799a8a;
--misty-surf:#b6c6c8;
--fat-gold:#e6b400;
}