Shades of Yellow and Blue カラーパレット

美しいShades of Yellow and Blueカラーパレットをご紹介します。saffron (#f6b531), energy yellow (#f9d14e), conifer (#a3d65c), fountain blue (#4eb7ac) and san marino (#4051b5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Yellow and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f9d14e;
}
.color-3 {
color: #a3d65c;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #4051b5;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f9d14e;
--color-3: #a3d65c;
--color-4: #4eb7ac;
--color-5: #4051b5;
}

🌈 Shades of Yellow and Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f9d14e, #a3d65c, #4eb7ac, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f9d14e, #a3d65c, #4eb7ac, #4051b5);
}

Shades of Yellow and Blue color palette created on .