Twilight Serenade カラーパレット

美しいTwilight Serenadeカラーパレットをご紹介します。cadillac (#ab4f5e), wedgewood (#5e7ab0), rustic red (#3e0407), ship gray (#3d3749) and malibu (#83bffb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Twilight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ab4f5e;
}
.color-2 {
color: #5e7ab0;
}
.color-3 {
color: #3e0407;
}
.color-4 {
color: #3d3749;
}
.color-5 {
color: #83bffb;
}

/* CSS Variables */
:root {
--color-1: #ab4f5e;
--color-2: #5e7ab0;
--color-3: #3e0407;
--color-4: #3d3749;
--color-5: #83bffb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab4f5e, #5e7ab0, #3e0407, #3d3749, #83bffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab4f5e, #5e7ab0, #3e0407, #3d3749, #83bffb);
}

Twilight Serenade color palette created on .