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