Autumn's Whispering Tides カラーパレット

美しいAutumn's Whispering Tidesカラーパレットをご紹介します。flame pea (#d8583b), oxley (#7ca288), madison (#0c2c64), oxford blue (#344056) and copperfield (#dc8d65)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Autumn's Whispering Tidesパレットを使った美しいUIコンポーネントを探索

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

💻 Autumn's Whispering Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #d8583b;
}
.color-2 {
color: #7ca288;
}
.color-3 {
color: #0c2c64;
}
.color-4 {
color: #344056;
}
.color-5 {
color: #dc8d65;
}

/* CSS Variables */
:root {
--color-1: #d8583b;
--color-2: #7ca288;
--color-3: #0c2c64;
--color-4: #344056;
--color-5: #dc8d65;
}

🌈 Autumn's Whispering Tides の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8583b, #7ca288, #0c2c64, #344056, #dc8d65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8583b, #7ca288, #0c2c64, #344056, #dc8d65);
}

Autumn's Whispering Tides color palette created on .