Paleta de colores Chestnut Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Chestnut Delight palette
Imagen PNG de la paleta de colores Chestnut Delight
CSS de la paleta de colores Chestnut Delight
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c76b3d;
}
.color-3 {
color: #e1a55b;
}
.color-4 {
color: #d6b39f;
}
.color-5 {
color: #4b2c20;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c76b3d;
--color-3: #e1a55b;
--color-4: #d6b39f;
--color-5: #4b2c20;
}
CSS del degradado de fondo Chestnut Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c76b3d, #e1a55b, #d6b39f, #4b2c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c76b3d, #e1a55b, #d6b39f, #4b2c20);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.chestnut
Chestnut Delight color palette created on .