Vintage Warmth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage Warmth palette
Vintage Warmth color palette PNG image
Vintage Warmth color palette CSS
/* CSS */
.color-1 {
color: #c7af99;
}
.color-2 {
color: #a78e6c;
}
.color-3 {
color: #7c5e4b;
}
.color-4 {
color: #a3503e;
}
.color-5 {
color: #d43d25;
}
/* CSS Variables */
:root {
--color-1: #c7af99;
--color-2: #a78e6c;
--color-3: #7c5e4b;
--color-4: #a3503e;
--color-5: #d43d25;
}
Vintage Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7af99, #a78e6c, #7c5e4b, #a3503e, #d43d25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7af99, #a78e6c, #7c5e4b, #a3503e, #d43d25);
}
Similar color palettes
Vintage Warmth color palette created on .