Paleta de colores Terracotta Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Terracotta Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Terracotta Dream

/* CSS */
.color-1 {
color: #e17c60;
}
.color-2 {
color: #f4bebe;
}
.color-3 {
color: #f1e0b1;
}
.color-4 {
color: #b8d7b7;
}
.color-5 {
color: #5d6f62;
}

/* CSS Variables */
:root {
--color-1: #e17c60;
--color-2: #f4bebe;
--color-3: #f1e0b1;
--color-4: #b8d7b7;
--color-5: #5d6f62;
}

CSS del degradado de fondo Terracotta Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e17c60, #f4bebe, #f1e0b1, #b8d7b7, #5d6f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e17c60, #f4bebe, #f1e0b1, #b8d7b7, #5d6f62);
}

Terracotta Dream color palette created on .