Witchcore カラーパレット

美しいWitchcoreカラーパレットをご紹介します。gigas (#5a3e8e), deluge (#795c99), lavender purple (#a78fbd), light wisteria (#cfa1d4) and melanie (#e2c5d5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Witchcore カラーパレット CSS

/* CSS */
.color-1 {
color: #5a3e8e;
}
.color-2 {
color: #795c99;
}
.color-3 {
color: #a78fbd;
}
.color-4 {
color: #cfa1d4;
}
.color-5 {
color: #e2c5d5;
}

/* CSS Variables */
:root {
--color-1: #5a3e8e;
--color-2: #795c99;
--color-3: #a78fbd;
--color-4: #cfa1d4;
--color-5: #e2c5d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e8e, #795c99, #a78fbd, #cfa1d4, #e2c5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e8e, #795c99, #a78fbd, #cfa1d4, #e2c5d5);
}

Witchcore color palette created on .