美しいSunset Colorsカラーパレットをご紹介します。saffron (#f6b83c), corvette (#f8c8a0), blossom (#d9a6c2), moss green (#a4d5b2) and malibu (#6cb5f9)で構成されています。

Sunset Colors カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Sunset Colorsパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

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

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

💻 Sunset Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #d9a6c2;
}
.color-4 {
color: #a4d5b2;
}
.color-5 {
color: #6cb5f9;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8c8a0;
--color-3: #d9a6c2;
--color-4: #a4d5b2;
--color-5: #6cb5f9;
}

🌈 Sunset Colors の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8c8a0, #d9a6c2, #a4d5b2, #6cb5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8c8a0, #d9a6c2, #a4d5b2, #6cb5f9);
}

Sunset Colors color palette created on .