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