Paleta de colores Wetland Whimsy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Wetland Whimsy palette
CSS de la paleta de colores Wetland Whimsy
/* CSS */
.color-1 {
color: #bfaf8d;
}
.color-2 {
color: #a86e5d;
}
.color-3 {
color: #684e4a;
}
.color-4 {
color: #d6c171;
}
.color-5 {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--color-1: #bfaf8d;
--color-2: #a86e5d;
--color-3: #684e4a;
--color-4: #d6c171;
--color-5: #f9b4b4;
}
CSS del degradado de fondo Wetland Whimsy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf8d, #a86e5d, #684e4a, #d6c171, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf8d, #a86e5d, #684e4a, #d6c171, #f9b4b4);
}
Paletas de colores similares
Wetland Whimsy color palette created on .