Vibrant Yellow Sunset カラーパレット

美しいVibrant Yellow Sunsetカラーパレットをご紹介します。saffron (#f6d028), orange peel (#faa200), flamingo (#f15a22), cabaret (#d93f5c) and royal purple (#6b3f9d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Yellow Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d028;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f15a22;
}
.color-4 {
color: #d93f5c;
}
.color-5 {
color: #6b3f9d;
}

/* CSS Variables */
:root {
--color-1: #f6d028;
--color-2: #faa200;
--color-3: #f15a22;
--color-4: #d93f5c;
--color-5: #6b3f9d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d028, #faa200, #f15a22, #d93f5c, #6b3f9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d028, #faa200, #f15a22, #d93f5c, #6b3f9d);
}

Vibrant Yellow Sunset color palette created on .