Paleta de colores Rustic Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Elegance palette

Compartir esta paleta en:

Descargar la paleta de colores Rustic Elegance (PNG)

Download rustic elegance color palette PNG image (landscape)
Download rustic elegance color palette PNG image (square)

CSS de la paleta de colores Rustic Elegance

/* CSS */
.color-1 {
color: #86483c;
}
.color-2 {
color: #a55e50;
}
.color-3 {
color: #c68f7b;
}
.color-4 {
color: #e8b7a1;
}
.color-5 {
color: #f3cebf;
}

/* CSS Variables */
:root {
--color-1: #86483c;
--color-2: #a55e50;
--color-3: #c68f7b;
--color-4: #e8b7a1;
--color-5: #f3cebf;
}

CSS del degradado de fondo Rustic Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #86483c, #a55e50, #c68f7b, #e8b7a1, #f3cebf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #86483c, #a55e50, #c68f7b, #e8b7a1, #f3cebf);
}

Rustic Elegance color palette created on .