Dwight Schrute Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dwight Schrute palette

Share this palette to:

Dwight Schrute color palette PNG image

Download dwight schrute color palette PNG image (landscape)
Download dwight schrute color palette PNG image (square)

Dwight Schrute color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c2aa5b;
}
.color-3 {
color: #f4dfb4;
}
.color-4 {
color: #e6b8a2;
}
.color-5 {
color: #a64a26;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c2aa5b;
--color-3: #f4dfb4;
--color-4: #e6b8a2;
--color-5: #a64a26;
}

Dwight Schrute background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c2aa5b, #f4dfb4, #e6b8a2, #a64a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c2aa5b, #f4dfb4, #e6b8a2, #a64a26);
}

Dwight Schrute color palette created on .