/* CSS */
.color-1 {
color: #B69B7C;
}
.color-2 {
color: #C7C3A3;
}
.color-3 {
color: #D9D8C4;
}
.color-4 {
color: #9FC6AA;
}
.color-5 {
color: #8A6E56;
}
/* CSS Variables */
:root {
--color-1: #B69B7C;
--color-2: #C7C3A3;
--color-3: #D9D8C4;
--color-4: #9FC6AA;
--color-5: #8A6E56;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B69B7C, #C7C3A3, #D9D8C4, #9FC6AA, #8A6E56);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B69B7C, #C7C3A3, #D9D8C4, #9FC6AA, #8A6E56);
}Desert Oasis Dream color palette created on .