Rarity カラーパレット
美しいRarityカラーパレットをご紹介します。lavender gray (#c2c2e0), cold purple (#a1a1d9), moody blue (#7a7ad1), blue violet (#5a5abf) and victoria (#4b4ba0)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Rarityパレットを使った美しいUIコンポーネントを探索
💻 Rarity カラーパレット CSS
/* CSS */
.color-1 {
color: #c2c2e0;
}
.color-2 {
color: #a1a1d9;
}
.color-3 {
color: #7a7ad1;
}
.color-4 {
color: #5a5abf;
}
.color-5 {
color: #4b4ba0;
}
/* CSS Variables */
:root {
--color-1: #c2c2e0;
--color-2: #a1a1d9;
--color-3: #7a7ad1;
--color-4: #5a5abf;
--color-5: #4b4ba0;
} 🌈 Rarity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c2e0, #a1a1d9, #7a7ad1, #5a5abf, #4b4ba0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c2e0, #a1a1d9, #7a7ad1, #5a5abf, #4b4ba0);
} 🔗 似たようなカラーパレットを探索
Rarityカラーパレットはに作成されました。