Rusty Ruins Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rusty Ruins palette

Share this palette to:

Rusty Ruins color palette PNG image

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

Rusty Ruins color palette CSS

/* 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;
}

Rusty Ruins background gradient CSS

/* 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 .