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: #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 の背景のグラデーション 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 .