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: #e1b5f2;
}
.color-2 {
color: #a96ed4;
}
.color-3 {
color: #893db3;
}
.color-4 {
color: #5a2a8d;
}
.color-5 {
color: #3f1971;
}

/* CSS Variables */
:root {
--color-1: #e1b5f2;
--color-2: #a96ed4;
--color-3: #893db3;
--color-4: #5a2a8d;
--color-5: #3f1971;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b5f2, #a96ed4, #893db3, #5a2a8d, #3f1971);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b5f2, #a96ed4, #893db3, #5a2a8d, #3f1971);
}

Rarity color palette created on .