George Washington Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with George Washington palette

Share this palette to:

George Washington color palette CSS

/* CSS */
.color-1 {
color: #d6a14c;
}
.color-2 {
color: #b88c2e;
}
.color-3 {
color: #8c5f2b;
}
.color-4 {
color: #503c25;
}
.color-5 {
color: #2c1c16;
}

/* CSS Variables */
:root {
--color-1: #d6a14c;
--color-2: #b88c2e;
--color-3: #8c5f2b;
--color-4: #503c25;
--color-5: #2c1c16;
}

George Washington background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a14c, #b88c2e, #8c5f2b, #503c25, #2c1c16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a14c, #b88c2e, #8c5f2b, #503c25, #2c1c16);
}

Similar color palettes

George Washington color palette created on .