Sands of Time Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sands of Time palette

Condividi questa palette a:

tavolozza dei colori Sands of Time 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;
}

CSS con gradiente di sfondo Sands of Time

/* 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);
}

Tavolozze di colori simili

Sands of Time color palette created on .