Paleta de colores Egyptian Sunsets
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Egyptian Sunsets palette
Imagen PNG de la paleta de colores Egyptian Sunsets
CSS de la paleta de colores Egyptian Sunsets
/* CSS */
.color-1 {
color: #c87b1e;
}
.color-2 {
color: #d9a13f;
}
.color-3 {
color: #e4c14e;
}
.color-4 {
color: #efd67b;
}
.color-5 {
color: #f6e6a2;
}
/* CSS Variables */
:root {
--color-1: #c87b1e;
--color-2: #d9a13f;
--color-3: #e4c14e;
--color-4: #efd67b;
--color-5: #f6e6a2;
}
CSS del degradado de fondo Egyptian Sunsets
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c87b1e, #d9a13f, #e4c14e, #efd67b, #f6e6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c87b1e, #d9a13f, #e4c14e, #efd67b, #f6e6a2);
}
Paletas de colores similares
Egyptian Sunsets color palette created on .