Peachy Real Estate カラーパレット

美しいPeachy Real Estateカラーパレットをご紹介します。manhattan (#f7c6a6), apricot peach (#f9c5ae), manhattan (#f5b4a3), tonys pink (#e89b8c) and japonica (#d87b6f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Peachy Real Estate カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f9c5ae;
}
.color-3 {
color: #f5b4a3;
}
.color-4 {
color: #e89b8c;
}
.color-5 {
color: #d87b6f;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f9c5ae;
--color-3: #f5b4a3;
--color-4: #e89b8c;
--color-5: #d87b6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f9c5ae, #f5b4a3, #e89b8c, #d87b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f9c5ae, #f5b4a3, #e89b8c, #d87b6f);
}

Peachy Real Estate color palette created on .