Vineria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vineria palette

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

Vineria カラー パレット PNG 画像

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

Vineria カラーパレット CSS

/* CSS */
.color-1 {
color: #6f4c90;
}
.color-2 {
color: #a46a9e;
}
.color-3 {
color: #d09fd0;
}
.color-4 {
color: #f4b8d7;
}
.color-5 {
color: #f4e1e2;
}

/* CSS Variables */
:root {
--color-1: #6f4c90;
--color-2: #a46a9e;
--color-3: #d09fd0;
--color-4: #f4b8d7;
--color-5: #f4e1e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c90, #a46a9e, #d09fd0, #f4b8d7, #f4e1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c90, #a46a9e, #d09fd0, #f4b8d7, #f4e1e2);
}

Vineria color palette created on .