Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e0b2;
}
.jasper-cane {
color: #e5ca9f;
}
.city-sunrise {
color: #d1a77a;
}
.caramel-cupcake {
color: #b78b5c;
}
.sorrel-brown {
color: #9c6f4f;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e0b2;
--jasper-cane:#e5ca9f;
--city-sunrise:#d1a77a;
--caramel-cupcake:#b78b5c;
--sorrel-brown:#9c6f4f;
}