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

Compartir esta paleta en:

CSS de la paleta de colores Strong Orange and Dark Black

/* CSS */
.color-1 {
color: #221916;
}
.color-2 {
color: #120e0c;
}
.color-3 {
color: #ff6224;
}
.color-4 {
color: #bda99e;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #221916;
--color-2: #120e0c;
--color-3: #ff6224;
--color-4: #bda99e;
--color-5: #ffffff;
}

CSS del degradado de fondo Strong Orange and Dark Black

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #221916, #120e0c, #ff6224, #bda99e, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #221916, #120e0c, #ff6224, #bda99e, #ffffff);
}

Strong Orange and Dark Black color palette created on .