Lavender and Burgundy カラーパレット

美しいLavender and Burgundyカラーパレットをご紹介します。espresso (#59181d), persian plum (#741b23), solid pink (#913b4b), strikemaster (#9e6179) and bouquet (#a47f9f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Lavender and Burgundyパレットを使った美しいUIコンポーネントを探索

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

💻 Lavender and Burgundy カラーパレット CSS

/* CSS */
.color-1 {
color: #59181d;
}
.color-2 {
color: #741b23;
}
.color-3 {
color: #913b4b;
}
.color-4 {
color: #9e6179;
}
.color-5 {
color: #a47f9f;
}

/* CSS Variables */
:root {
--color-1: #59181d;
--color-2: #741b23;
--color-3: #913b4b;
--color-4: #9e6179;
--color-5: #a47f9f;
}

🌈 Lavender and Burgundy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59181d, #741b23, #913b4b, #9e6179, #a47f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59181d, #741b23, #913b4b, #9e6179, #a47f9f);
}

Lavender and Burgundy color palette created on .