Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f4d7a4;
}
.desert-dust {
color: #e5b88b;
}
.peach-bloom {
color: #d69c76;
}
.wheatberry {
color: #c6825d;
}
.remington-rust {
color: #a55e4a;
}
/* CSS Variables */
:root {
--pismo-dunes:#f4d7a4;
--desert-dust:#e5b88b;
--peach-bloom:#d69c76;
--wheatberry:#c6825d;
--remington-rust:#a55e4a;
}