Black and White Stripes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Black and White Stripes palette

Condividi questa palette a:

tavolozza dei colori Black and White Stripes CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f5f5f5;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #d4d4d4;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f5f5f5;
--color-3: #ffffff;
--color-4: #d4d4d4;
--color-5: #808080;
}

CSS con gradiente di sfondo Black and White Stripes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f5f5f5, #ffffff, #d4d4d4, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f5f5f5, #ffffff, #d4d4d4, #808080);
}

Black and White Stripes color palette created on .