Color names in this palette
CSS code for this palette
/* CSS */
.teal-with-it {
color: #00687a;
}
.airborne {
color: #a1c1d4;
}
.pattypan {
color: #efba0b;
}
.royal-gold-pearl {
color: #d1a74d;
}
.chrome-aluminum {
color: #a6a8ab;
}
/* CSS Variables */
:root {
--teal-with-it:#00687a;
--airborne:#a1c1d4;
--pattypan:#efba0b;
--royal-gold-pearl:#d1a74d;
--chrome-aluminum:#a6a8ab;
}