Japanese Apple カラーパレット

美しいJapanese Appleカラーパレットをご紹介します。aqua island (#a7dadc), peppermint (#f2faef), froly (#f67481), thistle green (#cacca4) and cornflower lilac (#ffadad)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Japanese Apple カラーパレット CSS

/* CSS */
.color-1 {
color: #a7dadc;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #f67481;
}
.color-4 {
color: #cacca4;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #a7dadc;
--color-2: #f2faef;
--color-3: #f67481;
--color-4: #cacca4;
--color-5: #ffadad;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7dadc, #f2faef, #f67481, #cacca4, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7dadc, #f2faef, #f67481, #cacca4, #ffadad);
}

Japanese Apple color palette created on .