Reinhardt Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Reinhardt palette
Color Inspiration
Images that showcase this color palette in real designs
Download Reinhardt Color Palette (PNG)
Reinhardt color palette CSS
/* CSS */
.color-1 {
color: #c0b082;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #a97c3d;
}
.color-4 {
color: #d1a54d;
}
.color-5 {
color: #6f4d80;
}
/* CSS Variables */
:root {
--color-1: #c0b082;
--color-2: #7b8f9d;
--color-3: #a97c3d;
--color-4: #d1a54d;
--color-5: #6f4d80;
}
Reinhardt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b082, #7b8f9d, #a97c3d, #d1a54d, #6f4d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b082, #7b8f9d, #a97c3d, #d1a54d, #6f4d80);
}
Similar color palettes
Scroll down to explore 10+ Tan color palettes
Reinhardt color palette created on .