/* CSS */
.color-1 {
color: #4E3B31;
}
.color-2 {
color: #7D6C5E;
}
.color-3 {
color: #B0A38D;
}
.color-4 {
color: #D8C8B0;
}
.color-5 {
color: #E5E2D2;
}
/* CSS Variables */
:root {
--color-1: #4E3B31;
--color-2: #7D6C5E;
--color-3: #B0A38D;
--color-4: #D8C8B0;
--color-5: #E5E2D2;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4E3B31, #7D6C5E, #B0A38D, #D8C8B0, #E5E2D2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4E3B31, #7D6C5E, #B0A38D, #D8C8B0, #E5E2D2);
}
Whispers Of The Marsh color palette created on .