Rarity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rarity palette
Rarity カラー パレット PNG 画像
Rarity カラーパレット CSS
/* CSS */
.color-1 {
color: #76468b;
}
.color-2 {
color: #834d93;
}
.color-3 {
color: #8c5699;
}
.color-4 {
color: #9d5c7d;
}
.color-5 {
color: #9d586a;
}
/* CSS Variables */
:root {
--color-1: #76468b;
--color-2: #834d93;
--color-3: #8c5699;
--color-4: #9d5c7d;
--color-5: #9d586a;
}
Rarity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76468b, #834d93, #8c5699, #9d5c7d, #9d586a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76468b, #834d93, #8c5699, #9d5c7d, #9d586a);
}
似たようなカラーパレット
Rarity color palette created on .