Black and White Stripes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Black and White Stripes palette

このパレットを共有する先:

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;
}

Black and White Stripes の背景のグラデーション CSS

/* 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 .