Shades of Yellow カラーパレット

美しいShades of Yellowカラーパレットをご紹介します。ronchi (#f0c15c), porsche (#e9a65d), chestnut rose (#d45b59), turkish rose (#b36b8b) and bali hai (#8a9bb7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f0c15c;
}
.color-2 {
color: #e9a65d;
}
.color-3 {
color: #d45b59;
}
.color-4 {
color: #b36b8b;
}
.color-5 {
color: #8a9bb7;
}

/* CSS Variables */
:root {
--color-1: #f0c15c;
--color-2: #e9a65d;
--color-3: #d45b59;
--color-4: #b36b8b;
--color-5: #8a9bb7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c15c, #e9a65d, #d45b59, #b36b8b, #8a9bb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c15c, #e9a65d, #d45b59, #b36b8b, #8a9bb7);
}

Shades of Yellow color palette created on .