Paleta de colores Shades of Ebony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Ebony palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Ebony

/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #5d3c3c;
}
.color-3 {
color: #7d4f4f;
}
.color-4 {
color: #a76c6c;
}
.color-5 {
color: #c99c9c;
}

/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #5d3c3c;
--color-3: #7d4f4f;
--color-4: #a76c6c;
--color-5: #c99c9c;
}

CSS del degradado de fondo Shades of Ebony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #5d3c3c, #7d4f4f, #a76c6c, #c99c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #5d3c3c, #7d4f4f, #a76c6c, #c99c9c);
}

Shades of Ebony color palette created on .