Red Ash カラーパレット

美しいRed Ashカラーパレットをご紹介します。burnt umber (#862d2a), tosca (#96423e), matrix (#a15850), leather (#a16656) and coral tree (#a2726a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Red Ash カラーパレット CSS

/* CSS */
.color-1 {
color: #862d2a;
}
.color-2 {
color: #96423e;
}
.color-3 {
color: #a15850;
}
.color-4 {
color: #a16656;
}
.color-5 {
color: #a2726a;
}

/* CSS Variables */
:root {
--color-1: #862d2a;
--color-2: #96423e;
--color-3: #a15850;
--color-4: #a16656;
--color-5: #a2726a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #862d2a, #96423e, #a15850, #a16656, #a2726a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #862d2a, #96423e, #a15850, #a16656, #a2726a);
}

Red Ashカラーパレットはに作成されました。