/* CSS */
.color-1 {
color: #8C5B3B;
}
.color-2 {
color: #BEA77E;
}
.color-3 {
color: #D2C9A3;
}
.color-4 {
color: #C9D5B8;
}
.color-5 {
color: #A2B79A;
}
/* CSS Variables */
:root {
--color-1: #8C5B3B;
--color-2: #BEA77E;
--color-3: #D2C9A3;
--color-4: #C9D5B8;
--color-5: #A2B79A;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8C5B3B, #BEA77E, #D2C9A3, #C9D5B8, #A2B79A);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8C5B3B, #BEA77E, #D2C9A3, #C9D5B8, #A2B79A);
}Nature's Embrace color palette created on .