Paleta de colores Warm Thatch

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Thatch palette

Compartir esta paleta en:

Descargar la paleta de colores Warm Thatch (PNG)

Download warm thatch color palette PNG image (landscape)
Download warm thatch color palette PNG image (square)

CSS de la paleta de colores Warm Thatch

/* CSS */
.color-1 {
color: #dfb19f;
}
.color-2 {
color: #d7c4b2;
}
.color-3 {
color: #c6b19f;
}
.color-4 {
color: #bfae92;
}
.color-5 {
color: #b59c97;
}

/* CSS Variables */
:root {
--color-1: #dfb19f;
--color-2: #d7c4b2;
--color-3: #c6b19f;
--color-4: #bfae92;
--color-5: #b59c97;
}

CSS del degradado de fondo Warm Thatch

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfb19f, #d7c4b2, #c6b19f, #bfae92, #b59c97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfb19f, #d7c4b2, #c6b19f, #bfae92, #b59c97);
}

Warm Thatch color palette created on .