Reinhardt Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Reinhardt palette

Share this palette to:

Reinhardt color palette PNG image

Download reinhardt color palette PNG image (landscape)
Download reinhardt color palette PNG image (square)

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);
}

Reinhardt color palette created on .