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: #fab700;
}
.color-2 {
color: #f59b00;
}
.color-3 {
color: #f56e00;
}
.color-4 {
color: #d14d00;
}
.color-5 {
color: #a32c00;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f59b00;
--color-3: #f56e00;
--color-4: #d14d00;
--color-5: #a32c00;
}

CSS del degradado de fondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f59b00, #f56e00, #d14d00, #a32c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f59b00, #f56e00, #d14d00, #a32c00);
}

Shades of Orange color palette created on .