Paleta de colores Oak
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Oak palette
Imagen PNG de la paleta de colores Oak
CSS de la paleta de colores Oak
/* CSS */
.color-1 {
color: #c3b192;
}
.color-2 {
color: #a77d52;
}
.color-3 {
color: #8e5b3e;
}
.color-4 {
color: #683c27;
}
.color-5 {
color: #4e2b1d;
}
/* CSS Variables */
:root {
--color-1: #c3b192;
--color-2: #a77d52;
--color-3: #8e5b3e;
--color-4: #683c27;
--color-5: #4e2b1d;
}
CSS del degradado de fondo Oak
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b192, #a77d52, #8e5b3e, #683c27, #4e2b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b192, #a77d52, #8e5b3e, #683c27, #4e2b1d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Marrón
Oak color palette created on .