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