Paleta de colores Terracotta Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Terracotta Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Terracotta Sunset

Download terracotta sunset color palette PNG image (landscape)
Download terracotta sunset color palette PNG image (square)

CSS de la paleta de colores Terracotta Sunset

/* CSS */
.color-1 {
color: #c86b4c;
}
.color-2 {
color: #d7845b;
}
.color-3 {
color: #eebf6d;
}
.color-4 {
color: #f9c89f;
}
.color-5 {
color: #f5e0c2;
}

/* CSS Variables */
:root {
--color-1: #c86b4c;
--color-2: #d7845b;
--color-3: #eebf6d;
--color-4: #f9c89f;
--color-5: #f5e0c2;
}

CSS del degradado de fondo Terracotta Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c86b4c, #d7845b, #eebf6d, #f9c89f, #f5e0c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c86b4c, #d7845b, #eebf6d, #f9c89f, #f5e0c2);
}

Terracotta Sunset color palette created on .