Wine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wine palette

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

Wine カラー パレット PNG 画像

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

Wine カラーパレット CSS

/* CSS */
.color-1 {
color: #5e2d2c;
}
.color-2 {
color: #bf514f;
}
.color-3 {
color: #d5736c;
}
.color-4 {
color: #c8a2a2;
}
.color-5 {
color: #e2b1b1;
}

/* CSS Variables */
:root {
--color-1: #5e2d2c;
--color-2: #bf514f;
--color-3: #d5736c;
--color-4: #c8a2a2;
--color-5: #e2b1b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2d2c, #bf514f, #d5736c, #c8a2a2, #e2b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2d2c, #bf514f, #d5736c, #c8a2a2, #e2b1b1);
}

Wine color palette created on .