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