Shades of Apple カラーパレット

美しいShades of Appleカラーパレットをご紹介します。gum leaf (#a9d6bb), apple (#4fa93d), goblin (#3e8e41), green pea (#2b6e2d) and seaweed (#1d4c1a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Appleパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Apple カラーパレット CSS

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #4fa93d;
}
.color-3 {
color: #3e8e41;
}
.color-4 {
color: #2b6e2d;
}
.color-5 {
color: #1d4c1a;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #4fa93d;
--color-3: #3e8e41;
--color-4: #2b6e2d;
--color-5: #1d4c1a;
}

🌈 Shades of Apple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #4fa93d, #3e8e41, #2b6e2d, #1d4c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #4fa93d, #3e8e41, #2b6e2d, #1d4c1a);
}

Shades of Apple color palette created on .