Vibrant Sunset カラーパレット

美しいVibrant Sunsetカラーパレットをご紹介します。fuel yellow (#f0b32d), jaffa (#f0813d), mandy (#e24b5a), wedgewood (#4a8c96) and east bay (#3a4b78)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f0b32d;
}
.color-2 {
color: #f0813d;
}
.color-3 {
color: #e24b5a;
}
.color-4 {
color: #4a8c96;
}
.color-5 {
color: #3a4b78;
}

/* CSS Variables */
:root {
--color-1: #f0b32d;
--color-2: #f0813d;
--color-3: #e24b5a;
--color-4: #4a8c96;
--color-5: #3a4b78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b32d, #f0813d, #e24b5a, #4a8c96, #3a4b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b32d, #f0813d, #e24b5a, #4a8c96, #3a4b78);
}

Vibrant Sunset color palette created on .