Harmony of Hues カラーパレット

美しいHarmony of Huesカラーパレットをご紹介します。desert sand (#f2d5c0), cashmere (#e3b8a1), whiskey (#d29b79), antique brass (#c88e6a) and santa fe (#b57b5e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Harmony of Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d5c0;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #d29b79;
}
.color-4 {
color: #c88e6a;
}
.color-5 {
color: #b57b5e;
}

/* CSS Variables */
:root {
--color-1: #f2d5c0;
--color-2: #e3b8a1;
--color-3: #d29b79;
--color-4: #c88e6a;
--color-5: #b57b5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d5c0, #e3b8a1, #d29b79, #c88e6a, #b57b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d5c0, #e3b8a1, #d29b79, #c88e6a, #b57b5e);
}

Harmony of Hues color palette created on .