Shades of Sorrel カラーパレット

美しいShades of Sorrelカラーパレットをご紹介します。ironstone (#794a39), norway (#b1c0a5), surf crest (#d4e3ce), sidecar (#f1e8b1) and neon carrot (#f99c3e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Sorrel カラーパレット CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b1c0a5;
}
.color-3 {
color: #d4e3ce;
}
.color-4 {
color: #f1e8b1;
}
.color-5 {
color: #f99c3e;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b1c0a5;
--color-3: #d4e3ce;
--color-4: #f1e8b1;
--color-5: #f99c3e;
}

🌈 Shades of Sorrel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b1c0a5, #d4e3ce, #f1e8b1, #f99c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b1c0a5, #d4e3ce, #f1e8b1, #f99c3e);
}

Shades of Sorrel color palette created on .