Paleta de colores Light Brown Cottage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Brown Cottage palette
CSS de la paleta de colores Light Brown Cottage
/* CSS */
.color-1 {
color: #e8d9c5;
}
.color-2 {
color: #d1b699;
}
.color-3 {
color: #bfaf8d;
}
.color-4 {
color: #a68b6e;
}
.color-5 {
color: #8f6d5b;
}
/* CSS Variables */
:root {
--color-1: #e8d9c5;
--color-2: #d1b699;
--color-3: #bfaf8d;
--color-4: #a68b6e;
--color-5: #8f6d5b;
}
CSS del degradado de fondo Light Brown Cottage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d9c5, #d1b699, #bfaf8d, #a68b6e, #8f6d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d9c5, #d1b699, #bfaf8d, #a68b6e, #8f6d5b);
}
Paletas de colores similares
Light Brown Cottage color palette created on .