Paleta de colores Onyx Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Onyx Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Onyx Elegance

Download onyx elegance color palette PNG image (landscape)
Download onyx elegance color palette PNG image (square)

CSS de la paleta de colores Onyx Elegance

/* CSS */
.color-1 {
color: #0f0b0b;
}
.color-2 {
color: #211717;
}
.color-3 {
color: #332424;
}
.color-4 {
color: #5a3f3f;
}
.color-5 {
color: #896161;
}

/* CSS Variables */
:root {
--color-1: #0f0b0b;
--color-2: #211717;
--color-3: #332424;
--color-4: #5a3f3f;
--color-5: #896161;
}

CSS del degradado de fondo Onyx Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f0b0b, #211717, #332424, #5a3f3f, #896161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f0b0b, #211717, #332424, #5a3f3f, #896161);
}

Onyx Elegance color palette created on .