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: #6d2c3e;
}
.color-2 {
color: #a06a7b;
}
.color-3 {
color: #eab8c8;
}
.color-4 {
color: #d8554b;
}
.color-5 {
color: #a83b34;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #a06a7b;
--color-3: #eab8c8;
--color-4: #d8554b;
--color-5: #a83b34;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #a06a7b, #eab8c8, #d8554b, #a83b34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #a06a7b, #eab8c8, #d8554b, #a83b34);
}

Wine color palette created on .