Damien's Chill カラーパレット

美しいDamien's Chillカラーパレットをご紹介します。port gore (#1e1e3e), fiord (#3e4965), oxley (#6b9e80), texas rose (#ffb84d) and roman (#d8544f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Damien's Chill カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3e4965;
}
.color-3 {
color: #6b9e80;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3e4965;
--color-3: #6b9e80;
--color-4: #ffb84d;
--color-5: #d8544f;
}

🌈 Damien's Chill の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}

Damien's Chill color palette created on .