Heaven's Descent カラーパレット

美しいHeaven's Descentカラーパレットをご紹介します。ferra (#644e4a), rodeo dust (#c8af9d), martini (#b29fa1), pearl bush (#e5dad1) and au chico (#8f5b66)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #644e4a;
}
.color-2 {
color: #c8af9d;
}
.color-3 {
color: #b29fa1;
}
.color-4 {
color: #e5dad1;
}
.color-5 {
color: #8f5b66;
}

/* CSS Variables */
:root {
--color-1: #644e4a;
--color-2: #c8af9d;
--color-3: #b29fa1;
--color-4: #e5dad1;
--color-5: #8f5b66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #644e4a, #c8af9d, #b29fa1, #e5dad1, #8f5b66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #644e4a, #c8af9d, #b29fa1, #e5dad1, #8f5b66);
}

Heaven's Descent color palette created on .