Paleta de colores Desert Mountain Meadow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Desert Mountain Meadow palette
Imagen PNG de la paleta de colores Desert Mountain Meadow
CSS de la paleta de colores Desert Mountain Meadow
/* 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;
}
CSS del degradado de fondo Desert Mountain Meadow
/* 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);
}
Paletas de colores similares
Desert Mountain Meadow color palette created on .