Whispers of Twilight カラーパレット

美しいWhispers of Twilightカラーパレットをご紹介します。mischka (#e7e3e8), amethyst smoke (#ad97b4), salt box (#685f6d), thunder (#312530) and cocoa brown (#2d2023)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #e7e3e8;
}
.color-2 {
color: #ad97b4;
}
.color-3 {
color: #685f6d;
}
.color-4 {
color: #312530;
}
.color-5 {
color: #2d2023;
}

/* CSS Variables */
:root {
--color-1: #e7e3e8;
--color-2: #ad97b4;
--color-3: #685f6d;
--color-4: #312530;
--color-5: #2d2023;
}

🌈 Whispers of Twilight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e3e8, #ad97b4, #685f6d, #312530, #2d2023);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e3e8, #ad97b4, #685f6d, #312530, #2d2023);
}

Whispers of Twilight color palette created on .