Color names in this palette
CSS code for this palette
/* CSS */
.country-linens {
color: #d6c2a8;
}
.high-plateau {
color: #e5b37b;
}
.ginger-milk {
color: #f3a358;
}
.sea-nettle {
color: #f57138;
}
.astorath-red {
color: #df482a;
}
/* CSS Variables */
:root {
--country-linens:#d6c2a8;
--high-plateau:#e5b37b;
--ginger-milk:#f3a358;
--sea-nettle:#f57138;
--astorath-red:#df482a;
}