Ethereal Shadows カラーパレット
美しいEthereal Shadowsカラーパレットをご紹介します。valhalla (#2e1a47), bossanova (#4a2d5c), affair (#7e4e8d), wisteria (#a16dba) and light wisteria (#d0a2d7)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Ethereal Shadowsパレットを使った美しいUIコンポーネントを探索
💻 Ethereal Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #4a2d5c;
}
.color-3 {
color: #7e4e8d;
}
.color-4 {
color: #a16dba;
}
.color-5 {
color: #d0a2d7;
}
/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #4a2d5c;
--color-3: #7e4e8d;
--color-4: #a16dba;
--color-5: #d0a2d7;
} 🌈 Ethereal Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #4a2d5c, #7e4e8d, #a16dba, #d0a2d7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #4a2d5c, #7e4e8d, #a16dba, #d0a2d7);
} 🔗 似たようなカラーパレットを探索
Ethereal Shadows color palette created on .