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

美しいAutumn's Whispering Paletteカラーパレットをご紹介します。coconut cream (#f8f8dd), hillary (#a8a979), piper (#c55f20), korma (#973e11) and cherrywood (#5c1418)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f8f8dd;
}
.color-2 {
color: #a8a979;
}
.color-3 {
color: #c55f20;
}
.color-4 {
color: #973e11;
}
.color-5 {
color: #5c1418;
}

/* CSS Variables */
:root {
--color-1: #f8f8dd;
--color-2: #a8a979;
--color-3: #c55f20;
--color-4: #973e11;
--color-5: #5c1418;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f8dd, #a8a979, #c55f20, #973e11, #5c1418);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f8dd, #a8a979, #c55f20, #973e11, #5c1418);
}

Autumn's Whispering Palette color palette created on .