Paleta de colores Light Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Light Orange

/* CSS */
.color-1 {
color: #ffb347;
}
.color-2 {
color: #ffcb6b;
}
.color-3 {
color: #ffe59e;
}
.color-4 {
color: #fff3c2;
}
.color-5 {
color: #fff8e0;
}

/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ffcb6b;
--color-3: #ffe59e;
--color-4: #fff3c2;
--color-5: #fff8e0;
}

CSS del degradado de fondo Light Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ffcb6b, #ffe59e, #fff3c2, #fff8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ffcb6b, #ffe59e, #fff3c2, #fff8e0);
}

Light Orange color palette created on .