Paleta de colores Orange Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Sunrise palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Orange Sunrise

Download orange sunrise color palette PNG image (landscape)
Download orange sunrise color palette PNG image (square)

CSS de la paleta de colores Orange Sunrise

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff8000;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #ff1a00;
}
.color-5 {
color: #ff0080;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff8000;
--color-3: #ff4d00;
--color-4: #ff1a00;
--color-5: #ff0080;
}

CSS del degradado de fondo Orange Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff8000, #ff4d00, #ff1a00, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff8000, #ff4d00, #ff1a00, #ff0080);
}

Orange Sunrise color palette created on .