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