Color names in this palette
CSS code for this palette
/* CSS */
.carnaby-tan {
color: #5c3d1f;
}
.tuscan-sunset {
color: #ba7b40;
}
.citrus-zest {
color: #e6c85b;
}
.venetian-yellow {
color: #f4e39f;
}
.relic {
color: #897c9c;
}
/* CSS Variables */
:root {
--carnaby-tan:#5c3d1f;
--tuscan-sunset:#ba7b40;
--citrus-zest:#e6c85b;
--venetian-yellow:#f4e39f;
--relic:#897c9c;
}