Soft Yellow カラーパレット

美しいSoft Yellowカラーパレットをご紹介します。equator (#dfae58), manhattan (#f6c6a2), kobi (#eab8d1), cold purple (#b3a8d7) and celadon (#c4e3b0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Soft Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #dfae58;
}
.color-2 {
color: #f6c6a2;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #b3a8d7;
}
.color-5 {
color: #c4e3b0;
}

/* CSS Variables */
:root {
--color-1: #dfae58;
--color-2: #f6c6a2;
--color-3: #eab8d1;
--color-4: #b3a8d7;
--color-5: #c4e3b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}

Soft Yellow color palette created on .