/* CSS */
.color-1 {
color: #786359;
}
.color-2 {
color: #927268;
}
.color-3 {
color: #B68D81;
}
.color-4 {
color: #D9BDAF;
}
.color-5 {
color: #E7D7D0;
}
/* CSS Variables */
:root {
--color-1: #786359;
--color-2: #927268;
--color-3: #B68D81;
--color-4: #D9BDAF;
--color-5: #E7D7D0;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #786359, #927268, #B68D81, #D9BDAF, #E7D7D0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #786359, #927268, #B68D81, #D9BDAF, #E7D7D0);
}
Soft Autumn color palette created on .