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