Wine Bearer カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wine Bearer palette

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

Wine Bearer カラー パレット PNG 画像

Download wine bearer color palette PNG image (landscape)
Download wine bearer color palette PNG image (square)

Wine Bearer カラーパレット CSS

/* CSS */
.color-1 {
color: #7c3c3c;
}
.color-2 {
color: #a65e5e;
}
.color-3 {
color: #b58787;
}
.color-4 {
color: #dc9898;
}
.color-5 {
color: #f1c1c1;
}

/* CSS Variables */
:root {
--color-1: #7c3c3c;
--color-2: #a65e5e;
--color-3: #b58787;
--color-4: #dc9898;
--color-5: #f1c1c1;
}

Wine Bearer の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c3c3c, #a65e5e, #b58787, #dc9898, #f1c1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c3c3c, #a65e5e, #b58787, #dc9898, #f1c1c1);
}

Wine Bearer color palette created on .