Hazel カラーパレット

美しいHazelカラーパレットをご紹介します。shingle fawn (#714e38), kumera (#895b29), cameo (#d9b89b), saffron (#f4cf3e) and dell (#40691c)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Hazel, Brown, Green, Yellow, Cream, Earthy, Nature, Vibrant, Autumn, Forestカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Hazel カラーパレット CSS

/* CSS */
.color-1 {
color: #714e38;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #d9b89b;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #40691c;
}

/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #895b29;
--color-3: #d9b89b;
--color-4: #f4cf3e;
--color-5: #40691c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #895b29, #d9b89b, #f4cf3e, #40691c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #895b29, #d9b89b, #f4cf3e, #40691c);
}

Hazel color palette created on .