Pearl カラーパレット

美しいPearlカラーパレットをご紹介します。bone (#e9d1c8), parchment (#f2e6d4), merino (#f6efe4), off green (#e7f8f2) and powder blue (#b5e4e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Pearl カラーパレット CSS

/* CSS */
.color-1 {
color: #e9d1c8;
}
.color-2 {
color: #f2e6d4;
}
.color-3 {
color: #f6efe4;
}
.color-4 {
color: #e7f8f2;
}
.color-5 {
color: #b5e4e8;
}

/* CSS Variables */
:root {
--color-1: #e9d1c8;
--color-2: #f2e6d4;
--color-3: #f6efe4;
--color-4: #e7f8f2;
--color-5: #b5e4e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d1c8, #f2e6d4, #f6efe4, #e7f8f2, #b5e4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d1c8, #f2e6d4, #f6efe4, #e7f8f2, #b5e4e8);
}

Pearl color palette created on .