Luxury Nature Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxury Nature palette
Luxury Nature color palette PNG image
Luxury Nature color palette CSS
/* CSS */
.color-1 {
color: #895d3e;
}
.color-2 {
color: #d9b26d;
}
.color-3 {
color: #f6e4b1;
}
.color-4 {
color: #a2c8a2;
}
.color-5 {
color: #6aa06f;
}
/* CSS Variables */
:root {
--color-1: #895d3e;
--color-2: #d9b26d;
--color-3: #f6e4b1;
--color-4: #a2c8a2;
--color-5: #6aa06f;
}
Luxury Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895d3e, #d9b26d, #f6e4b1, #a2c8a2, #6aa06f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895d3e, #d9b26d, #f6e4b1, #a2c8a2, #6aa06f);
}
Similar color palettes
Scroll down to explore 6 Luxury color palettes
Luxury Nature color palette created on .