Color names in this palette
CSS code for this palette
/* CSS */
.immortelle-yellow {
color: #d3a50d;
}
.antique-bronze {
color: #6c4d0e;
}
.cowboy-trails {
color: #8b6c4b;
}
.fortress {
color: #bda68f;
}
.peachskin {
color: #e1b2b2;
}
/* CSS Variables */
:root {
--immortelle-yellow:#d3a50d;
--antique-bronze:#6c4d0e;
--cowboy-trails:#8b6c4b;
--fortress:#bda68f;
--peachskin:#e1b2b2;
}