Paleta de colores Golden Echoes of Ancient Civilizations
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Echoes of Ancient Civilizations palette
CSS de la paleta de colores Golden Echoes of Ancient Civilizations
/* CSS */
.color-1 {
color: #f7d54a;
}
.color-2 {
color: #e9a52f;
}
.color-3 {
color: #d87c2c;
}
.color-4 {
color: #bf5a3b;
}
.color-5 {
color: #a63a3c;
}
/* CSS Variables */
:root {
--color-1: #f7d54a;
--color-2: #e9a52f;
--color-3: #d87c2c;
--color-4: #bf5a3b;
--color-5: #a63a3c;
}
CSS del degradado de fondo Golden Echoes of Ancient Civilizations
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d54a, #e9a52f, #d87c2c, #bf5a3b, #a63a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d54a, #e9a52f, #d87c2c, #bf5a3b, #a63a3c);
}
Paletas de colores similares
Golden Echoes of Ancient Civilizations color palette created on .