90s Vibe カラーパレット

美しい90s Vibeカラーパレットをご紹介します。bittersweet (#ff6e61), golden tainoi (#ffcb5c), vista blue (#88d8b0), dodger blue (#29b0ff) and tickle me pink (#ff7092)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:90s, Bright, Coral, Yellow, Green, Blue, Pastel, Vibrant, Funカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

90s Vibeパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 90s Vibe カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #29b0ff;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #29b0ff;
--color-5: #ff7092;
}

🌈 90s Vibe の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcb5c, #88d8b0, #29b0ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcb5c, #88d8b0, #29b0ff, #ff7092);
}

90s Vibe color palette created on .