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