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