Mischief in the Shadows カラーパレット

美しいMischief in the Shadowsカラーパレットをご紹介します。apple (#66aa4b), saffron (#f6c823), bittersweet (#fb6a6a), indigo (#4967bc) and jacksons purple (#1d3596)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Mischief in the Shadowsパレットを使った美しいUIコンポーネントを探索

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

💻 Mischief in the Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #66aa4b;
}
.color-2 {
color: #f6c823;
}
.color-3 {
color: #fb6a6a;
}
.color-4 {
color: #4967bc;
}
.color-5 {
color: #1d3596;
}

/* CSS Variables */
:root {
--color-1: #66aa4b;
--color-2: #f6c823;
--color-3: #fb6a6a;
--color-4: #4967bc;
--color-5: #1d3596;
}

🌈 Mischief in the Shadows の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66aa4b, #f6c823, #fb6a6a, #4967bc, #1d3596);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66aa4b, #f6c823, #fb6a6a, #4967bc, #1d3596);
}

Mischief in the Shadows color palette created on .