History Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with History palette

Share this palette to:

History color palette PNG image

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

History color palette CSS

/* CSS */
.color-1 {
color: #7b4d28;
}
.color-2 {
color: #d2c5b7;
}
.color-3 {
color: #a77b7b;
}
.color-4 {
color: #d8c5a2;
}
.color-5 {
color: #3e2c1e;
}

/* CSS Variables */
:root {
--color-1: #7b4d28;
--color-2: #d2c5b7;
--color-3: #a77b7b;
--color-4: #d8c5a2;
--color-5: #3e2c1e;
}

History background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4d28, #d2c5b7, #a77b7b, #d8c5a2, #3e2c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4d28, #d2c5b7, #a77b7b, #d8c5a2, #3e2c1e);
}

History color palette created on .