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