Potions カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Potions palette

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

Potions カラー パレット PNG 画像

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

Potions カラーパレット CSS

/* CSS */
.color-1 {
color: #7a2d7b;
}
.color-2 {
color: #9f608c;
}
.color-3 {
color: #d7a3b7;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #ffcd38;
}

/* CSS Variables */
:root {
--color-1: #7a2d7b;
--color-2: #9f608c;
--color-3: #d7a3b7;
--color-4: #f2d6a1;
--color-5: #ffcd38;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2d7b, #9f608c, #d7a3b7, #f2d6a1, #ffcd38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2d7b, #9f608c, #d7a3b7, #f2d6a1, #ffcd38);
}

Potions color palette created on .