Color names in this palette
CSS code for this palette
/* CSS */
.piano-brown {
color: #5d4b4b;
}
.neapolitan {
color: #997a7a;
}
.fossil-tan {
color: #d0b090;
}
.optimistic-yellow {
color: #f6e0a7;
}
.coral-bells {
color: #f9c4b9;
}
/* CSS Variables */
:root {
--piano-brown:#5d4b4b;
--neapolitan:#997a7a;
--fossil-tan:#d0b090;
--optimistic-yellow:#f6e0a7;
--coral-bells:#f9c4b9;
}