Heaven's Descent カラーパレット

美しいHeaven's Descentカラーパレットをご紹介します。tobacco brown (#6f4c3e), brandy (#d9b68c), quicksand (#c1a28f), janna (#f3e5d2) and au chico (#a15b59)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Heaven's Descentパレットを使った美しいUIコンポーネントを探索

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

💻 Heaven's Descent カラーパレット CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #d9b68c;
}
.color-3 {
color: #c1a28f;
}
.color-4 {
color: #f3e5d2;
}
.color-5 {
color: #a15b59;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #d9b68c;
--color-3: #c1a28f;
--color-4: #f3e5d2;
--color-5: #a15b59;
}

🌈 Heaven's Descent の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #d9b68c, #c1a28f, #f3e5d2, #a15b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #d9b68c, #c1a28f, #f3e5d2, #a15b59);
}

Heaven's Descent color palette created on .