Paleta de colores Shades of Ebony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Ebony palette
CSS de la paleta de colores Shades of Ebony
/* CSS */
.color-1 {
color: #26283b;
}
.color-2 {
color: #393c51;
}
.color-3 {
color: #4f5464;
}
.color-4 {
color: #afa7d7;
}
.color-5 {
color: #e0b2d3;
}
/* CSS Variables */
:root {
--color-1: #26283b;
--color-2: #393c51;
--color-3: #4f5464;
--color-4: #afa7d7;
--color-5: #e0b2d3;
}
CSS del degradado de fondo Shades of Ebony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26283b, #393c51, #4f5464, #afa7d7, #e0b2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26283b, #393c51, #4f5464, #afa7d7, #e0b2d3);
}
Paletas de colores similares
Shades of Ebony color palette created on .