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