Vibrant Yellow カラーパレット

美しいVibrant Yellowカラーパレットをご紹介します。sunglow (#fad12e), orange (#ff6d1f), wild strawberry (#ff3d7e), bouquet (#a26d9f) and scampi (#595ca6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3d7e;
}
.color-4 {
color: #a26d9f;
}
.color-5 {
color: #595ca6;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #ff6d1f;
--color-3: #ff3d7e;
--color-4: #a26d9f;
--color-5: #595ca6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #ff6d1f, #ff3d7e, #a26d9f, #595ca6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #ff6d1f, #ff3d7e, #a26d9f, #595ca6);
}

Vibrant Yellow color palette created on .