Paleta de colores Sands of Time

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sands of Time palette

Compartir esta paleta en:

CSS de la paleta de colores Sands of Time

/* CSS */
.color-1 {
color: #dbc7b3;
}
.color-2 {
color: #ebdfd1;
}
.color-3 {
color: #ead8cd;
}
.color-4 {
color: #d8bca6;
}
.color-5 {
color: #c8a288;
}

/* CSS Variables */
:root {
--color-1: #dbc7b3;
--color-2: #ebdfd1;
--color-3: #ead8cd;
--color-4: #d8bca6;
--color-5: #c8a288;
}

CSS del degradado de fondo Sands of Time

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbc7b3, #ebdfd1, #ead8cd, #d8bca6, #c8a288);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbc7b3, #ebdfd1, #ead8cd, #d8bca6, #c8a288);
}

Sands of Time color palette created on .