Paleta de colores Chestnut Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Chestnut Delight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Chestnut Delight

Download chestnut delight color palette PNG image (landscape)
Download chestnut delight color palette PNG image (square)

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);
}

Chestnut Delight color palette created on .