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: #ffb84d;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff513d;
}
.color-4 {
color: #d94d3a;
}
.color-5 {
color: #b92d4b;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff7142;
--color-3: #ff513d;
--color-4: #d94d3a;
--color-5: #b92d4b;
}
CSS del degradado de fondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff7142, #ff513d, #d94d3a, #b92d4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff7142, #ff513d, #d94d3a, #b92d4b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Otoño
Shades of Orange color palette created on .