Applejack カラーパレット

美しいApplejackカラーパレットをご紹介します。orange (#ff6d1f), selective yellow (#ffb700), bright sun (#ffd942), apple (#5d9b31) and mexican red (#a62b2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Applejack カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb700;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #5d9b31;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb700;
--color-3: #ffd942;
--color-4: #5d9b31;
--color-5: #a62b2b;
}

🌈 Applejack の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb700, #ffd942, #5d9b31, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb700, #ffd942, #5d9b31, #a62b2b);
}

Applejack color palette created on .