Paleta de colores Orange Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Sunshine palette

Compartir esta paleta en:

Descargar la paleta de colores Orange Sunshine (PNG)

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

CSS de la paleta de colores Orange Sunshine

/* CSS */
.color-1 {
color: #c64a15;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #a8e038;
}
.color-5 {
color: #3c9f4b;
}

/* CSS Variables */
:root {
--color-1: #c64a15;
--color-2: #f78d1d;
--color-3: #f9c54e;
--color-4: #a8e038;
--color-5: #3c9f4b;
}

CSS del degradado de fondo Orange Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c64a15, #f78d1d, #f9c54e, #a8e038, #3c9f4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c64a15, #f78d1d, #f9c54e, #a8e038, #3c9f4b);
}

Orange Sunshine color palette created on .