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: #fe662f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6d25b;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4ebc93;
}
/* CSS Variables */
:root {
--color-1: #fe662f;
--color-2: #f0a800;
--color-3: #e6d25b;
--color-4: #a3d55d;
--color-5: #4ebc93;
}
CSS del degradado de fondo Orange Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe662f, #f0a800, #e6d25b, #a3d55d, #4ebc93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe662f, #f0a800, #e6d25b, #a3d55d, #4ebc93);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Naranja
Orange Sunrise color palette created on .