Ivory Gothic カラーパレット

美しいIvory Gothicカラーパレットをご紹介します。parchment (#f2e7d4), swirl (#d5cec3), nomad (#b6a99a), makara (#8a7a6a) and dorado (#5d4e4b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ivory Gothic カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e7d4;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #b6a99a;
}
.color-4 {
color: #8a7a6a;
}
.color-5 {
color: #5d4e4b;
}

/* CSS Variables */
:root {
--color-1: #f2e7d4;
--color-2: #d5cec3;
--color-3: #b6a99a;
--color-4: #8a7a6a;
--color-5: #5d4e4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7d4, #d5cec3, #b6a99a, #8a7a6a, #5d4e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7d4, #d5cec3, #b6a99a, #8a7a6a, #5d4e4b);
}

Ivory Gothic color palette created on .