Shades of Ebony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Ebony palette

Condividi questa palette a:

tavolozza dei colori Shades of Ebony CSS

/* 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 con gradiente di sfondo 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);
}

Shades of Ebony color palette created on .