Paleta de colores Ethereal Ember
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Ember palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Ethereal Ember (PNG)
CSS de la paleta de colores Ethereal Ember
/* CSS */
.color-1 {
color: #e1b12d;
}
.color-2 {
color: #f39c12;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d15400;
}
.color-5 {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--color-1: #e1b12d;
--color-2: #f39c12;
--color-3: #e77e23;
--color-4: #d15400;
--color-5: #bf3a2b;
}
CSS del degradado de fondo Ethereal Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b12d, #f39c12, #e77e23, #d15400, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b12d, #f39c12, #e77e23, #d15400, #bf3a2b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Ethereal Ember color palette created on .