Paleta de colores Strong Orange and Dark Black
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Strong Orange and Dark Black palette
CSS de la paleta de colores Strong Orange and Dark Black
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #0d0d0d;
}
.color-3 {
color: #ff6d2e;
}
.color-4 {
color: #b0b0b0;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #0d0d0d;
--color-3: #ff6d2e;
--color-4: #b0b0b0;
--color-5: #ffffff;
}
CSS del degradado de fondo Strong Orange and Dark Black
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #0d0d0d, #ff6d2e, #b0b0b0, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #0d0d0d, #ff6d2e, #b0b0b0, #ffffff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Negro
Strong Orange and Dark Black color palette created on .