Ruin Eclipse カラーパレット

美しいRuin Eclipseカラーパレットをご紹介します。martinique (#3b2f50), butterfly bush (#6a4e8d), wisteria (#b679be), texas (#f7f08d) and carnation (#f35749)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ruin Eclipse カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2f50;
}
.color-2 {
color: #6a4e8d;
}
.color-3 {
color: #b679be;
}
.color-4 {
color: #f7f08d;
}
.color-5 {
color: #f35749;
}

/* CSS Variables */
:root {
--color-1: #3b2f50;
--color-2: #6a4e8d;
--color-3: #b679be;
--color-4: #f7f08d;
--color-5: #f35749;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2f50, #6a4e8d, #b679be, #f7f08d, #f35749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2f50, #6a4e8d, #b679be, #f7f08d, #f35749);
}

Ruin Eclipseカラーパレットはに作成されました。