Paleta de colores Rusty Ruins

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rusty Ruins palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rusty Ruins

Download rusty ruins color palette PNG image (landscape)
Download rusty ruins color palette PNG image (square)

CSS de la paleta de colores Rusty Ruins

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #b34d4d;
}
.color-3 {
color: #e69c5c;
}
.color-4 {
color: #e6c27a;
}
.color-5 {
color: #f6efe4;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #b34d4d;
--color-3: #e69c5c;
--color-4: #e6c27a;
--color-5: #f6efe4;
}

CSS del degradado de fondo Rusty Ruins

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #b34d4d, #e69c5c, #e6c27a, #f6efe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #b34d4d, #e69c5c, #e6c27a, #f6efe4);
}

Rusty Ruins color palette created on .