Timeless Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Timeless Elegance palette

Share this palette to:

Timeless Elegance color palette PNG image

Download timeless elegance color palette PNG image (landscape)
Download timeless elegance color palette PNG image (square)

Timeless Elegance color palette CSS

/* CSS */
.color-1 {
color: #f1e6d5;
}
.color-2 {
color: #d5baa5;
}
.color-3 {
color: #bc7b8c;
}
.color-4 {
color: #914b75;
}
.color-5 {
color: #5b3f69;
}

/* CSS Variables */
:root {
--color-1: #f1e6d5;
--color-2: #d5baa5;
--color-3: #bc7b8c;
--color-4: #914b75;
--color-5: #5b3f69;
}

Timeless Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e6d5, #d5baa5, #bc7b8c, #914b75, #5b3f69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e6d5, #d5baa5, #bc7b8c, #914b75, #5b3f69);
}

Timeless Elegance color palette created on .