Rusty Ruins Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rusty Ruins palette
Rusty Ruins color palette PNG image
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);
}
Similar color palettes
Rusty Ruins color palette created on .