Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f7d1b1;
}
.ash-yellow {
color: #f2ba7d;
}
.chat-orange {
color: #f59f3d;
}
.accent-orange {
color: #e66b00;
}
.tijolo {
color: #a85d00;
}
/* CSS Variables */
:root {
--barrett-quince:#f7d1b1;
--ash-yellow:#f2ba7d;
--chat-orange:#f59f3d;
--accent-orange:#e66b00;
--tijolo:#a85d00;
}