Rustic Gun Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Gun palette
Rustic Gun color palette PNG image
Rustic Gun color palette CSS
/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #7a4d4d;
}
.color-3 {
color: #a87171;
}
.color-4 {
color: #d7a7a7;
}
.color-5 {
color: #f1c6c6;
}
/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #7a4d4d;
--color-3: #a87171;
--color-4: #d7a7a7;
--color-5: #f1c6c6;
}
Rustic Gun background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #7a4d4d, #a87171, #d7a7a7, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #7a4d4d, #a87171, #d7a7a7, #f1c6c6);
}
Similar color palettes
Rustic Gun color palette created on .