Rarity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rarity palette

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

Rarity カラー パレット PNG 画像

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

Rarity カラーパレット CSS

/* CSS */
.color-1 {
color: #9f5ec5;
}
.color-2 {
color: #703c9a;
}
.color-3 {
color: #4a266e;
}
.color-4 {
color: #b9c4e9;
}
.color-5 {
color: #f4d65d;
}

/* CSS Variables */
:root {
--color-1: #9f5ec5;
--color-2: #703c9a;
--color-3: #4a266e;
--color-4: #b9c4e9;
--color-5: #f4d65d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f5ec5, #703c9a, #4a266e, #b9c4e9, #f4d65d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f5ec5, #703c9a, #4a266e, #b9c4e9, #f4d65d);
}

Rarity color palette created on .