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