Paleta de colores Shades of Yellow Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow Orange palette
CSS de la paleta de colores Shades of Yellow Orange
/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #d65d00;
}
.color-4 {
color: #9e3200;
}
.color-5 {
color: #6b1e00;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f08c00;
--color-3: #d65d00;
--color-4: #9e3200;
--color-5: #6b1e00;
}
CSS del degradado de fondo Shades of Yellow Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f08c00, #d65d00, #9e3200, #6b1e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f08c00, #d65d00, #9e3200, #6b1e00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Shades of Yellow Orange color palette created on .