Sands of Time Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sands of Time palette

Share this palette to:

Sands of Time color palette CSS

/* CSS */
.color-1 {
color: #e3cca1;
}
.color-2 {
color: #d2b89d;
}
.color-3 {
color: #c5a48c;
}
.color-4 {
color: #b89d7f;
}
.color-5 {
color: #a7906c;
}

/* CSS Variables */
:root {
--color-1: #e3cca1;
--color-2: #d2b89d;
--color-3: #c5a48c;
--color-4: #b89d7f;
--color-5: #a7906c;
}

Sands of Time background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cca1, #d2b89d, #c5a48c, #b89d7f, #a7906c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cca1, #d2b89d, #c5a48c, #b89d7f, #a7906c);
}

Similar color palettes

Sands of Time color palette created on .