Auburn Eyes カラーパレット

美しいAuburn Eyesカラーパレットをご紹介します。mojo (#c05239), sandy brown (#f1a65b), equator (#e6b96b), eunry (#d8b1a6) and ironstone (#794b39)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Auburn Eyes カラーパレット CSS

/* CSS */
.color-1 {
color: #c05239;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #e6b96b;
}
.color-4 {
color: #d8b1a6;
}
.color-5 {
color: #794b39;
}

/* CSS Variables */
:root {
--color-1: #c05239;
--color-2: #f1a65b;
--color-3: #e6b96b;
--color-4: #d8b1a6;
--color-5: #794b39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05239, #f1a65b, #e6b96b, #d8b1a6, #794b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05239, #f1a65b, #e6b96b, #d8b1a6, #794b39);
}

Auburn Eyes color palette created on .