Paleta de colores Shades of Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Orange

/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f6a35a;
}
.color-3 {
color: #f47e3e;
}
.color-4 {
color: #e84f3b;
}
.color-5 {
color: #c82d4a;
}

/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f6a35a;
--color-3: #f47e3e;
--color-4: #e84f3b;
--color-5: #c82d4a;
}

CSS del degradado de fondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f6a35a, #f47e3e, #e84f3b, #c82d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f6a35a, #f47e3e, #e84f3b, #c82d4a);
}

Shades of Orange color palette created on .