/* CSS */
.color-1 {
color: #E8B34F;
}
.color-2 {
color: #E38C35;
}
.color-3 {
color: #E2793C;
}
.color-4 {
color: #E8654A;
}
.color-5 {
color: #906E5A;
}
/* CSS Variables */
:root {
--color-1: #E8B34F;
--color-2: #E38C35;
--color-3: #E2793C;
--color-4: #E8654A;
--color-5: #906E5A;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E8B34F, #E38C35, #E2793C, #E8654A, #906E5A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E8B34F, #E38C35, #E2793C, #E8654A, #906E5A);
}
Warm Wendi color palette created on .