Paleta de colores Sands of Survival
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sands of Survival palette
CSS de la paleta de colores Sands of Survival
/* CSS */
.color-1 {
color: #d6c88a;
}
.color-2 {
color: #afa46e;
}
.color-3 {
color: #8c885a;
}
.color-4 {
color: #605c4d;
}
.color-5 {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--color-1: #d6c88a;
--color-2: #afa46e;
--color-3: #8c885a;
--color-4: #605c4d;
--color-5: #3b3b3b;
}
CSS del degradado de fondo Sands of Survival
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c88a, #afa46e, #8c885a, #605c4d, #3b3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c88a, #afa46e, #8c885a, #605c4d, #3b3b3b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Terroso
Sands of Survival color palette created on .