/* CSS */
.color-1 {
color: #C9B58D;
}
.color-2 {
color: #B68B5D;
}
.color-3 {
color: #8D7049;
}
.color-4 {
color: #5A4B3A;
}
.color-5 {
color: #3C3B34;
}
/* CSS Variables */
:root {
--color-1: #C9B58D;
--color-2: #B68B5D;
--color-3: #8D7049;
--color-4: #5A4B3A;
--color-5: #3C3B34;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #C9B58D, #B68B5D, #8D7049, #5A4B3A, #3C3B34);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #C9B58D, #B68B5D, #8D7049, #5A4B3A, #3C3B34);
}Timeless Elegance color palette created on .