Color names in this palette
CSS code for this palette
/* CSS */
.natural-youth {
color: #d5e4b4;
}
.peach-patch {
color: #f3d6a0;
}
.copper-river {
color: #f6a26a;
}
.connect-red {
color: #e9654e;
}
.rusty-heart {
color: #a1433a;
}
/* CSS Variables */
:root {
--natural-youth:#d5e4b4;
--peach-patch:#f3d6a0;
--copper-river:#f6a26a;
--connect-red:#e9654e;
--rusty-heart:#a1433a;
}