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