Bright Yellow カラーパレット

美しいBright Yellowカラーパレットをご紹介します。school bus yellow (#ffd900), orange (#ff6d1f), barley white (#fff5c7), picton blue (#49b8e4) and jelly bean (#2c7b90)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Bright Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #fff5c7;
}
.color-4 {
color: #49b8e4;
}
.color-5 {
color: #2c7b90;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ff6d1f;
--color-3: #fff5c7;
--color-4: #49b8e4;
--color-5: #2c7b90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ff6d1f, #fff5c7, #49b8e4, #2c7b90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ff6d1f, #fff5c7, #49b8e4, #2c7b90);
}

Bright Yellow color palette created on .