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