Dull Green カラーパレット
美しいDull Greenカラーパレットをご紹介します。malta (#c0b0a0), zorba (#a79e90), bitter (#8b907f), bandicoot (#7e7c6d) and green spring (#b0bfb0)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Earthy, Elegant, Neutral, Softカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Dull Greenパレットを使った美しいUIコンポーネントを探索
💻 Dull Green カラーパレット CSS
/* CSS */
.color-1 {
color: #c0b0a0;
}
.color-2 {
color: #a79e90;
}
.color-3 {
color: #8b907f;
}
.color-4 {
color: #7e7c6d;
}
.color-5 {
color: #b0bfb0;
}
/* CSS Variables */
:root {
--color-1: #c0b0a0;
--color-2: #a79e90;
--color-3: #8b907f;
--color-4: #7e7c6d;
--color-5: #b0bfb0;
} 🌈 Dull Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b0a0, #a79e90, #8b907f, #7e7c6d, #b0bfb0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b0a0, #a79e90, #8b907f, #7e7c6d, #b0bfb0);
} 🔗 似たようなカラーパレットを探索
Dull Green color palette created on .