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