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: #f5a524;
}
.color-2 {
color: #d95d3a;
}
.color-3 {
color: #c34b77;
}
.color-4 {
color: #8e509b;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d95d3a;
--color-3: #c34b77;
--color-4: #8e509b;
--color-5: #4a9cd3;
}

CSS del degradado de fondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d95d3a, #c34b77, #8e509b, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d95d3a, #c34b77, #8e509b, #4a9cd3);
}

Shades of Orange color palette created on .