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

美しいShades of Yellow Green Blueカラーパレットをご紹介します。saffron mango (#f9c54e), olivine (#91be6f), keppel (#43b1a5), smalt blue (#56768f) and blumine (#1d4f8b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #91be6f;
}
.color-3 {
color: #43b1a5;
}
.color-4 {
color: #56768f;
}
.color-5 {
color: #1d4f8b;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #91be6f;
--color-3: #43b1a5;
--color-4: #56768f;
--color-5: #1d4f8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #91be6f, #43b1a5, #56768f, #1d4f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #91be6f, #43b1a5, #56768f, #1d4f8b);
}

Shades of Yellow Green Blue color palette created on .