Aubergine Dreams カラーパレット

美しいAubergine Dreamsカラーパレットをご紹介します。cocoa bean (#4a1c24), buccaneer (#6e3b3a), au chico (#9a5b5e), my pink (#d69b8f) and desert sand (#f1d1c0)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Aubergine Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4a1c24;
}
.color-2 {
color: #6e3b3a;
}
.color-3 {
color: #9a5b5e;
}
.color-4 {
color: #d69b8f;
}
.color-5 {
color: #f1d1c0;
}

/* CSS Variables */
:root {
--color-1: #4a1c24;
--color-2: #6e3b3a;
--color-3: #9a5b5e;
--color-4: #d69b8f;
--color-5: #f1d1c0;
}

🌈 Aubergine Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c24, #6e3b3a, #9a5b5e, #d69b8f, #f1d1c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c24, #6e3b3a, #9a5b5e, #d69b8f, #f1d1c0);
}

Aubergine Dreams color palette created on .