Bittersweet Sunset カラーパレット

美しいBittersweet Sunsetカラーパレットをご紹介します。bittersweet (#fe6d5d), selective yellow (#fab700), chamois (#e9d5a5), regent st blue (#a3c7e0) and shakespeare (#4a9cd3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Bittersweet Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #e9d5a5;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #fab700;
--color-3: #e9d5a5;
--color-4: #a3c7e0;
--color-5: #4a9cd3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #fab700, #e9d5a5, #a3c7e0, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #fab700, #e9d5a5, #a3c7e0, #4a9cd3);
}

Bittersweet Sunset color palette created on .