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: #f0a800;
}
.color-2 {
color: #d66f00;
}
.color-3 {
color: #9e5200;
}
.color-4 {
color: #7a3b00;
}
.color-5 {
color: #4d2500;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d66f00;
--color-3: #9e5200;
--color-4: #7a3b00;
--color-5: #4d2500;
}

CSS del degradado de fondo Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d66f00, #9e5200, #7a3b00, #4d2500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d66f00, #9e5200, #7a3b00, #4d2500);
}

Shades of Orange color palette created on .