Paleta de colores Orange Night
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Night palette
CSS de la paleta de colores Orange Night
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #212121;
}
.color-3 {
color: #ff9e42;
}
.color-4 {
color: #4a4a4a;
}
.color-5 {
color: #ffbf6b;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #212121;
--color-3: #ff9e42;
--color-4: #4a4a4a;
--color-5: #ffbf6b;
}
CSS del degradado de fondo Orange Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #212121, #ff9e42, #4a4a4a, #ffbf6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #212121, #ff9e42, #4a4a4a, #ffbf6b);
}
Paletas de colores similares
Orange Night color palette created on .