Paleta de colores Orange Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Sunshine

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffcc7a;
}
.color-4 {
color: #ffee99;
}
.color-5 {
color: #ffee70;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d4d;
--color-3: #ffcc7a;
--color-4: #ffee99;
--color-5: #ffee70;
}

CSS del degradado de fondo Orange Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d4d, #ffcc7a, #ffee99, #ffee70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d4d, #ffcc7a, #ffee99, #ffee70);
}

Orange Sunshine color palette created on .