Paleta de colores Rustic Haven
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rustic Haven palette
CSS de la paleta de colores Rustic Haven
/* CSS */
.color-1 {
color: #3e2b23;
}
.color-2 {
color: #6a4b39;
}
.color-3 {
color: #a8695d;
}
.color-4 {
color: #d5b69a;
}
.color-5 {
color: #f2e0cf;
}
/* CSS Variables */
:root {
--color-1: #3e2b23;
--color-2: #6a4b39;
--color-3: #a8695d;
--color-4: #d5b69a;
--color-5: #f2e0cf;
}
CSS del degradado de fondo Rustic Haven
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2b23, #6a4b39, #a8695d, #d5b69a, #f2e0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2b23, #6a4b39, #a8695d, #d5b69a, #f2e0cf);
}
Paletas de colores similares
Rustic Haven color palette created on .