Crimson Eclipse カラーパレット

美しいCrimson Eclipseカラーパレットをご紹介します。aubergine (#3d0a0f), nutmeg (#7d2b2f), matrix (#b95b5f), tonys pink (#e8a79b) and marzipan (#f7d7a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Crimson Eclipseパレットを使った美しいUIコンポーネントを探索

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

💻 Crimson Eclipse カラーパレット CSS

/* CSS */
.color-1 {
color: #3d0a0f;
}
.color-2 {
color: #7d2b2f;
}
.color-3 {
color: #b95b5f;
}
.color-4 {
color: #e8a79b;
}
.color-5 {
color: #f7d7a1;
}

/* CSS Variables */
:root {
--color-1: #3d0a0f;
--color-2: #7d2b2f;
--color-3: #b95b5f;
--color-4: #e8a79b;
--color-5: #f7d7a1;
}

🌈 Crimson Eclipse の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0f, #7d2b2f, #b95b5f, #e8a79b, #f7d7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0f, #7d2b2f, #b95b5f, #e8a79b, #f7d7a1);
}

Crimson Eclipse color palette created on .