Twilight Whispers カラーパレット

美しいTwilight Whispersカラーパレットをご紹介します。haiti (#24113b), port gore (#291c4a), bossanova (#482555), bossanova (#653267) and affair (#79417c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Twilight Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #24113b;
}
.color-2 {
color: #291c4a;
}
.color-3 {
color: #482555;
}
.color-4 {
color: #653267;
}
.color-5 {
color: #79417c;
}

/* CSS Variables */
:root {
--color-1: #24113b;
--color-2: #291c4a;
--color-3: #482555;
--color-4: #653267;
--color-5: #79417c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #24113b, #291c4a, #482555, #653267, #79417c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #24113b, #291c4a, #482555, #653267, #79417c);
}

Twilight Whispers color palette created on .