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: #c4b4a6;
}
.color-2 {
color: #d3c7bb;
}
.color-3 {
color: #d0c2b9;
}
.color-4 {
color: #bfab9b;
}
.color-5 {
color: #b49c8e;
}

/* CSS Variables */
:root {
--color-1: #c4b4a6;
--color-2: #d3c7bb;
--color-3: #d0c2b9;
--color-4: #bfab9b;
--color-5: #b49c8e;
}

CSS con gradiente di sfondo Sands of Time

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b4a6, #d3c7bb, #d0c2b9, #bfab9b, #b49c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b4a6, #d3c7bb, #d0c2b9, #bfab9b, #b49c8e);
}

Sands of Time color palette created on .