Paleta de colores Sands of Time
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sands of Time palette
CSS de la paleta de colores Sands of Time
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Sands of Time color palette created on .