/* CSS */
.color-1 {
color: #D8C8B1;
}
.color-2 {
color: #B79B85;
}
.color-3 {
color: #C93B3B;
}
.color-4 {
color: #6CA34D;
}
.color-5 {
color: #4B7C4E;
}
/* CSS Variables */
:root {
--color-1: #D8C8B1;
--color-2: #B79B85;
--color-3: #C93B3B;
--color-4: #6CA34D;
--color-5: #4B7C4E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D8C8B1, #B79B85, #C93B3B, #6CA34D, #4B7C4E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D8C8B1, #B79B85, #C93B3B, #6CA34D, #4B7C4E);
}
Garden Oasis Retreat color palette created on .