Black and White Stripes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Black and White Stripes palette

Share this palette to:

Black and White Stripes color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #000000;
}
.color-3 {
color: #b8b8b8;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #000000;
--color-3: #b8b8b8;
--color-4: #ffd942;
--color-5: #ff6e61;
}

Black and White Stripes background gradient CSS

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

Black and White Stripes color palette created on .