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: #d7c4a3;
}
.color-2 {
color: #bfa98d;
}
.color-3 {
color: #a68b6e;
}
.color-4 {
color: #7b5b3d;
}
.color-5 {
color: #4e3b27;
}
/* CSS Variables */
:root {
--color-1: #d7c4a3;
--color-2: #bfa98d;
--color-3: #a68b6e;
--color-4: #7b5b3d;
--color-5: #4e3b27;
}
Vintage Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c4a3, #bfa98d, #a68b6e, #7b5b3d, #4e3b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c4a3, #bfa98d, #a68b6e, #7b5b3d, #4e3b27);
}
Similar color palettes
Vintage Warmth color palette created on .