Color names in this palette
CSS code for this palette
/* CSS */
.brown-pod {
color: #3e2914;
}
.egyptian-pyramid {
color: #c59b7d;
}
.white-fence {
color: #f3e9d3;
}
.peach-damask {
color: #f6c5a7;
}
.astorath-red {
color: #e04f2e;
}
/* CSS Variables */
:root {
--brown-pod:#3e2914;
--egyptian-pyramid:#c59b7d;
--white-fence:#f3e9d3;
--peach-damask:#f6c5a7;
--astorath-red:#e04f2e;
}