The Mothman カラーパレット
美しいThe Mothmanカラーパレットをご紹介します。eggplant (#492c49), strikemaster (#8c4f8c), bouquet (#b68bb6), ronchi (#f1c84b) and zest (#e56b1f)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
The Mothmanパレットを使った美しいUIコンポーネントを探索
💻 The Mothman カラーパレット CSS
/* CSS */
.color-1 {
color: #492c49;
}
.color-2 {
color: #8c4f8c;
}
.color-3 {
color: #b68bb6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e56b1f;
}
/* CSS Variables */
:root {
--color-1: #492c49;
--color-2: #8c4f8c;
--color-3: #b68bb6;
--color-4: #f1c84b;
--color-5: #e56b1f;
}
🌈 The Mothman の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c49, #8c4f8c, #b68bb6, #f1c84b, #e56b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c49, #8c4f8c, #b68bb6, #f1c84b, #e56b1f);
}
🔗 似たようなカラーパレットを探索
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
The Mothman color palette created on .