Warm Vice Uniform カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Vice Uniform palette

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

Warm Vice Uniform カラーパレット (PNG) をダウンロード

Download warm vice uniform color palette PNG image (landscape)
Download warm vice uniform color palette PNG image (square)

Warm Vice Uniform カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2f2f;
}
.color-2 {
color: #4e3b3b;
}
.color-3 {
color: #5b4848;
}
.color-4 {
color: #7a5c5c;
}
.color-5 {
color: #d6a39a;
}

/* CSS Variables */
:root {
--color-1: #3c2f2f;
--color-2: #4e3b3b;
--color-3: #5b4848;
--color-4: #7a5c5c;
--color-5: #d6a39a;
}

Warm Vice Uniform の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2f2f, #4e3b3b, #5b4848, #7a5c5c, #d6a39a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2f2f, #4e3b3b, #5b4848, #7a5c5c, #d6a39a);
}

Warm Vice Uniform color palette created on .