Ivory Blossom カラーパレット

美しいIvory Blossomカラーパレットをご紹介します。albescent white (#f6dfd0), bone (#e7d0c5), clam shell (#d7bfb7), thatch (#b7a59f) and zorba (#a28f8b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ivory Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f6dfd0;
}
.color-2 {
color: #e7d0c5;
}
.color-3 {
color: #d7bfb7;
}
.color-4 {
color: #b7a59f;
}
.color-5 {
color: #a28f8b;
}

/* CSS Variables */
:root {
--color-1: #f6dfd0;
--color-2: #e7d0c5;
--color-3: #d7bfb7;
--color-4: #b7a59f;
--color-5: #a28f8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dfd0, #e7d0c5, #d7bfb7, #b7a59f, #a28f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dfd0, #e7d0c5, #d7bfb7, #b7a59f, #a28f8b);
}

Ivory Blossom color palette created on .