Celestial Ember Fusion カラーパレット
美しいCelestial Ember Fusionカラーパレットをご紹介します。copper (#c9683b), whiskey (#d0a367), new york pink (#d36f75), butterfly bush (#585393) and east bay (#3e3a6e)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Celestial Ember Fusionパレットを使った美しいUIコンポーネントを探索
💻 Celestial Ember Fusion カラーパレット CSS
/* CSS */
.color-1 {
color: #c9683b;
}
.color-2 {
color: #d0a367;
}
.color-3 {
color: #d36f75;
}
.color-4 {
color: #585393;
}
.color-5 {
color: #3e3a6e;
}
/* CSS Variables */
:root {
--color-1: #c9683b;
--color-2: #d0a367;
--color-3: #d36f75;
--color-4: #585393;
--color-5: #3e3a6e;
} 🌈 Celestial Ember Fusion の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9683b, #d0a367, #d36f75, #585393, #3e3a6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9683b, #d0a367, #d36f75, #585393, #3e3a6e);
} Celestial Ember Fusion color palette created on .