Falling into the Depth カラーパレット

美しいFalling into the Depthカラーパレットをご紹介します。mulled wine (#493b59), rum (#6b5b8b), kimberly (#8d7ca2), london hue (#b4a3c8) and french lilac (#e6d8f3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Falling into the Depthパレットを使った美しいUIコンポーネントを探索

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

💻 Falling into the Depth カラーパレット CSS

/* CSS */
.color-1 {
color: #493b59;
}
.color-2 {
color: #6b5b8b;
}
.color-3 {
color: #8d7ca2;
}
.color-4 {
color: #b4a3c8;
}
.color-5 {
color: #e6d8f3;
}

/* CSS Variables */
:root {
--color-1: #493b59;
--color-2: #6b5b8b;
--color-3: #8d7ca2;
--color-4: #b4a3c8;
--color-5: #e6d8f3;
}

🌈 Falling into the Depth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493b59, #6b5b8b, #8d7ca2, #b4a3c8, #e6d8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493b59, #6b5b8b, #8d7ca2, #b4a3c8, #e6d8f3);
}

Falling into the Depth color palette created on .