Paleta de colores Imperial Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Imperial Sunrise palette
CSS de la paleta de colores Imperial Sunrise
/* CSS */
.color-1 {
color: #f76e6e;
}
.color-2 {
color: #f9bc67;
}
.color-3 {
color: #f4e34e;
}
.color-4 {
color: #a6d66b;
}
.color-5 {
color: #6dc2e9;
}
/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #f9bc67;
--color-3: #f4e34e;
--color-4: #a6d66b;
--color-5: #6dc2e9;
}
CSS del degradado de fondo Imperial Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #f9bc67, #f4e34e, #a6d66b, #6dc2e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #f9bc67, #f4e34e, #a6d66b, #6dc2e9);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Brillante
Imperial Sunrise color palette created on .