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: #7c2d3f;
}
.color-2 {
color: #9e4c6c;
}
.color-3 {
color: #d69a9d;
}
.color-4 {
color: #e7b6c6;
}
.color-5 {
color: #f2c5cf;
}

/* CSS Variables */
:root {
--color-1: #7c2d3f;
--color-2: #9e4c6c;
--color-3: #d69a9d;
--color-4: #e7b6c6;
--color-5: #f2c5cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3f, #9e4c6c, #d69a9d, #e7b6c6, #f2c5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3f, #9e4c6c, #d69a9d, #e7b6c6, #f2c5cf);
}

Wine color palette created on .