Black Magic and the Firepit of Doom カラーパレット

美しいBlack Magic and the Firepit of Doomカラーパレットをご紹介します。baltic sea (#201d25), rock (#4e3e3b), medium carmine (#b24d38), raw sienna (#d77f3c) and web orange (#f0a800)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Black Magic and the Firepit of Doomパレットを使った美しいUIコンポーネントを探索

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

💻 Black Magic and the Firepit of Doom カラーパレット CSS

/* CSS */
.color-1 {
color: #201d25;
}
.color-2 {
color: #4e3e3b;
}
.color-3 {
color: #b24d38;
}
.color-4 {
color: #d77f3c;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #201d25;
--color-2: #4e3e3b;
--color-3: #b24d38;
--color-4: #d77f3c;
--color-5: #f0a800;
}

🌈 Black Magic and the Firepit of Doom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201d25, #4e3e3b, #b24d38, #d77f3c, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201d25, #4e3e3b, #b24d38, #d77f3c, #f0a800);
}

Black Magic and the Firepit of Doom color palette created on .