/* CSS */
.color-1 {
color: #E1A35B;
}
.color-2 {
color: #C77B38;
}
.color-3 {
color: #C14D1F;
}
.color-4 {
color: #7E4026;
}
.color-5 {
color: #3E8E4E;
}
/* CSS Variables */
:root {
--color-1: #E1A35B;
--color-2: #C77B38;
--color-3: #C14D1F;
--color-4: #7E4026;
--color-5: #3E8E4E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E1A35B, #C77B38, #C14D1F, #7E4026, #3E8E4E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E1A35B, #C77B38, #C14D1F, #7E4026, #3E8E4E);
}
Desert Harmony color palette created on .