Rustic Straws カラーパレット

美しいRustic Strawsカラーパレットをご紹介します。piper (#c84a28), sandy brown (#f0a14c), manhattan (#f7c588), beryl green (#d3e0b8) and highland (#6b8e5d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Rustic Straws カラーパレット CSS

/* CSS */
.color-1 {
color: #c84a28;
}
.color-2 {
color: #f0a14c;
}
.color-3 {
color: #f7c588;
}
.color-4 {
color: #d3e0b8;
}
.color-5 {
color: #6b8e5d;
}

/* CSS Variables */
:root {
--color-1: #c84a28;
--color-2: #f0a14c;
--color-3: #f7c588;
--color-4: #d3e0b8;
--color-5: #6b8e5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84a28, #f0a14c, #f7c588, #d3e0b8, #6b8e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84a28, #f0a14c, #f7c588, #d3e0b8, #6b8e5d);
}

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