Old Period Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Old Period palette

Share this palette to:

Old Period color palette PNG image

Download old period color palette PNG image (landscape)
Download old period color palette PNG image (square)

Old Period color palette CSS

/* CSS */
.color-1 {
color: #d6c8a4;
}
.color-2 {
color: #b2a88a;
}
.color-3 {
color: #8e7b6b;
}
.color-4 {
color: #6c5b4b;
}
.color-5 {
color: #4d3e33;
}

/* CSS Variables */
:root {
--color-1: #d6c8a4;
--color-2: #b2a88a;
--color-3: #8e7b6b;
--color-4: #6c5b4b;
--color-5: #4d3e33;
}

Old Period background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c8a4, #b2a88a, #8e7b6b, #6c5b4b, #4d3e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c8a4, #b2a88a, #8e7b6b, #6c5b4b, #4d3e33);
}

Old Period color palette created on .