Desert Mountain Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Desert Mountain Meadow palette
Desert Mountain Meadow color palette PNG image
Desert Mountain Meadow color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #ffd980;
}
.color-3 {
color: #d59f4d;
}
.color-4 {
color: #b77d4e;
}
.color-5 {
color: #7a4c2a;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #ffd980;
--color-3: #d59f4d;
--color-4: #b77d4e;
--color-5: #7a4c2a;
}
Desert Mountain Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #ffd980, #d59f4d, #b77d4e, #7a4c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #ffd980, #d59f4d, #b77d4e, #7a4c2a);
}
Similar color palettes
Desert Mountain Meadow color palette created on .