Timeless Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Timeless Tones palette

Share this palette to:

Timeless Tones color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d9b36d;
}
.color-3 {
color: #a05f3b;
}
.color-4 {
color: #6d3b2c;
}
.color-5 {
color: #3c2b25;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d9b36d;
--color-3: #a05f3b;
--color-4: #6d3b2c;
--color-5: #3c2b25;
}

Timeless Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d9b36d, #a05f3b, #6d3b2c, #3c2b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d9b36d, #a05f3b, #6d3b2c, #3c2b25);
}

Timeless Tones color palette created on .