/* CSS */
.color-1 {
color: #895B29;
}
.color-2 {
color: #C3893C;
}
.color-3 {
color: #D9A96D;
}
.color-4 {
color: #F2E6B0;
}
.color-5 {
color: #A5C8A2;
}
/* CSS Variables */
:root {
--color-1: #895B29;
--color-2: #C3893C;
--color-3: #D9A96D;
--color-4: #F2E6B0;
--color-5: #A5C8A2;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895B29, #C3893C, #D9A96D, #F2E6B0, #A5C8A2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895B29, #C3893C, #D9A96D, #F2E6B0, #A5C8A2);
}
Nature's Retreat color palette created on .