Paleta de colores Golden Sands of Time
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Sands of Time palette
CSS de la paleta de colores Golden Sands of Time
/* CSS */
.color-1 {
color: #d8b77d;
}
.color-2 {
color: #c7a84d;
}
.color-3 {
color: #b69b3a;
}
.color-4 {
color: #9dac39;
}
.color-5 {
color: #7cbe55;
}
/* CSS Variables */
:root {
--color-1: #d8b77d;
--color-2: #c7a84d;
--color-3: #b69b3a;
--color-4: #9dac39;
--color-5: #7cbe55;
}
CSS del degradado de fondo Golden Sands of Time
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b77d, #c7a84d, #b69b3a, #9dac39, #7cbe55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b77d, #c7a84d, #b69b3a, #9dac39, #7cbe55);
}
Paletas de colores similares
Golden Sands of Time color palette created on .