Moonwatcher カラーパレット

美しいMoonwatcherカラーパレットをご紹介します。mulled wine (#4c3e5b), rum (#705b8b), wisteria (#a46ba8), melanie (#e1b7d5) and whisper (#f4eaf6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Moonwatcher カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #705b8b;
}
.color-3 {
color: #a46ba8;
}
.color-4 {
color: #e1b7d5;
}
.color-5 {
color: #f4eaf6;
}

/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #705b8b;
--color-3: #a46ba8;
--color-4: #e1b7d5;
--color-5: #f4eaf6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #705b8b, #a46ba8, #e1b7d5, #f4eaf6);
}

Moonwatcher color palette created on .