Olive Wood カラーパレット

美しいOlive Woodカラーパレットをご紹介します。rodeo dust (#c7af9e), gray olive (#a8a08f), asparagus (#7a8c54), lisbon brown (#493c27) and cocoa brown (#2e201f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Olive Wood カラーパレット CSS

/* CSS */
.color-1 {
color: #c7af9e;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #7a8c54;
}
.color-4 {
color: #493c27;
}
.color-5 {
color: #2e201f;
}

/* CSS Variables */
:root {
--color-1: #c7af9e;
--color-2: #a8a08f;
--color-3: #7a8c54;
--color-4: #493c27;
--color-5: #2e201f;
}

🌈 Olive Wood の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7af9e, #a8a08f, #7a8c54, #493c27, #2e201f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7af9e, #a8a08f, #7a8c54, #493c27, #2e201f);
}

Olive Wood color palette created on .