Peachy Hues カラーパレット

美しいPeachy Huesカラーパレットをご紹介します。cashmere (#e5a49f), manhattan (#f7b8a1), corvette (#f9c89a), buff (#f3d68c) and dairy cream (#f9e1b4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Peachy Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #e5a49f;
}
.color-2 {
color: #f7b8a1;
}
.color-3 {
color: #f9c89a;
}
.color-4 {
color: #f3d68c;
}
.color-5 {
color: #f9e1b4;
}

/* CSS Variables */
:root {
--color-1: #e5a49f;
--color-2: #f7b8a1;
--color-3: #f9c89a;
--color-4: #f3d68c;
--color-5: #f9e1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a49f, #f7b8a1, #f9c89a, #f3d68c, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a49f, #f7b8a1, #f9c89a, #f3d68c, #f9e1b4);
}

Peachy Hues color palette created on .