Rustic Autumn Whisper カラーパレット

美しいRustic Autumn Whisperカラーパレットをご紹介します。golden grass (#e0a01f), coral tree (#a35c6b), acadia (#1b1304), rock (#4f3736) and oyster pink (#ead5d2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Rustic Autumn Whisperパレットを使った美しいUIコンポーネントを探索

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

💻 Rustic Autumn Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #e0a01f;
}
.color-2 {
color: #a35c6b;
}
.color-3 {
color: #1b1304;
}
.color-4 {
color: #4f3736;
}
.color-5 {
color: #ead5d2;
}

/* CSS Variables */
:root {
--color-1: #e0a01f;
--color-2: #a35c6b;
--color-3: #1b1304;
--color-4: #4f3736;
--color-5: #ead5d2;
}

🌈 Rustic Autumn Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a01f, #a35c6b, #1b1304, #4f3736, #ead5d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a01f, #a35c6b, #1b1304, #4f3736, #ead5d2);
}

Rustic Autumn Whisper color palette created on .