Crescent City Sunset カラーパレット

美しいCrescent City Sunsetカラーパレットをご紹介します。new orleans (#f3d69b), tulip tree (#f1b341), fire bush (#e68a28), hot cinnamon (#d65f1f) and mojo (#c84c3c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Crescent City Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f3d69b;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #e68a28;
}
.color-4 {
color: #d65f1f;
}
.color-5 {
color: #c84c3c;
}

/* CSS Variables */
:root {
--color-1: #f3d69b;
--color-2: #f1b341;
--color-3: #e68a28;
--color-4: #d65f1f;
--color-5: #c84c3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d69b, #f1b341, #e68a28, #d65f1f, #c84c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d69b, #f1b341, #e68a28, #d65f1f, #c84c3c);
}

Crescent City Sunset color palette created on .