Paleta de colores Shades of Onyx

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Onyx palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Onyx

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #393b3c;
}
.color-3 {
color: #5c5f60;
}
.color-4 {
color: #8e8f90;
}
.color-5 {
color: #c8cacb;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #393b3c;
--color-3: #5c5f60;
--color-4: #8e8f90;
--color-5: #c8cacb;
}

CSS del degradado de fondo Shades of Onyx

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #393b3c, #5c5f60, #8e8f90, #c8cacb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #393b3c, #5c5f60, #8e8f90, #c8cacb);
}

Shades of Onyx color palette created on .