Sage & Maroon カラーパレット

美しいSage & Maroonカラーパレットをご紹介します。spring rain (#a9cbb8), tobacco brown (#6f4c3e), surf (#b4d5b4), copper rose (#9b696d) and rodeo dust (#c5a59b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sage & Maroon カラーパレット CSS

/* CSS */
.color-1 {
color: #a9cbb8;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #b4d5b4;
}
.color-4 {
color: #9b696d;
}
.color-5 {
color: #c5a59b;
}

/* CSS Variables */
:root {
--color-1: #a9cbb8;
--color-2: #6f4c3e;
--color-3: #b4d5b4;
--color-4: #9b696d;
--color-5: #c5a59b;
}

🌈 Sage & Maroon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9cbb8, #6f4c3e, #b4d5b4, #9b696d, #c5a59b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9cbb8, #6f4c3e, #b4d5b4, #9b696d, #c5a59b);
}

Sage & Maroon color palette created on .