Rusty Treasure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rusty Treasure palette

Share this palette to:

Download Rusty Treasure Color Palette (PNG)

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

Rusty Treasure color palette CSS

/* CSS */
.color-1 {
color: #3c202c;
}
.color-2 {
color: #5e3b4a;
}
.color-3 {
color: #7e5d6b;
}
.color-4 {
color: #c4815a;
}
.color-5 {
color: #f0b32d;
}

/* CSS Variables */
:root {
--color-1: #3c202c;
--color-2: #5e3b4a;
--color-3: #7e5d6b;
--color-4: #c4815a;
--color-5: #f0b32d;
}

Rusty Treasure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c202c, #5e3b4a, #7e5d6b, #c4815a, #f0b32d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c202c, #5e3b4a, #7e5d6b, #c4815a, #f0b32d);
}

Rusty Treasure color palette created on .