Vibrant Yellow カラーパレット

美しいVibrant Yellowカラーパレットをご紹介します。starship (#f3e04f), tango (#f47f1f), cinnabar (#e74d3c), studio (#8d43ad) and curious blue (#3398db)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Vibrant Yellowパレットを使った美しいUIコンポーネントを探索

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

💻 Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e04f;
}
.color-2 {
color: #f47f1f;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #f3e04f;
--color-2: #f47f1f;
--color-3: #e74d3c;
--color-4: #8d43ad;
--color-5: #3398db;
}

🌈 Vibrant Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e04f, #f47f1f, #e74d3c, #8d43ad, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e04f, #f47f1f, #e74d3c, #8d43ad, #3398db);
}

Vibrant Yellow color palette created on .