Paleta de colores Weevil Wonderland
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Weevil Wonderland palette
Imagen PNG de la paleta de colores Weevil Wonderland
CSS de la paleta de colores Weevil Wonderland
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #a86d4d;
}
.color-4 {
color: #d6b84c;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #895b29;
--color-3: #a86d4d;
--color-4: #d6b84c;
--color-5: #f1c84b;
}
CSS del degradado de fondo Weevil Wonderland
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #895b29, #a86d4d, #d6b84c, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #895b29, #a86d4d, #d6b84c, #f1c84b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Marrón
Weevil Wonderland color palette created on .