Wine Glass カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wine Glass palette

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

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

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

Wine Glass カラーパレット CSS

/* CSS */
.color-1 {
color: #741a3d;
}
.color-2 {
color: #9e515a;
}
.color-3 {
color: #d08a9e;
}
.color-4 {
color: #f1c1c1;
}
.color-5 {
color: #f9e6e8;
}

/* CSS Variables */
:root {
--color-1: #741a3d;
--color-2: #9e515a;
--color-3: #d08a9e;
--color-4: #f1c1c1;
--color-5: #f9e6e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #741a3d, #9e515a, #d08a9e, #f1c1c1, #f9e6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #741a3d, #9e515a, #d08a9e, #f1c1c1, #f9e6e8);
}

Wine Glass color palette created on .