Victorian Eccentric カラーパレット

美しいVictorian Eccentricカラーパレットをご紹介します。hippie green (#4b7c4f), olivine (#a5b96a), tacha (#d1c35c), anzac (#e6b84c) and mule fawn (#8e5b2f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Victorian Eccentric カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7c4f;
}
.color-2 {
color: #a5b96a;
}
.color-3 {
color: #d1c35c;
}
.color-4 {
color: #e6b84c;
}
.color-5 {
color: #8e5b2f;
}

/* CSS Variables */
:root {
--color-1: #4b7c4f;
--color-2: #a5b96a;
--color-3: #d1c35c;
--color-4: #e6b84c;
--color-5: #8e5b2f;
}

🌈 Victorian Eccentric の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c4f, #a5b96a, #d1c35c, #e6b84c, #8e5b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c4f, #a5b96a, #d1c35c, #e6b84c, #8e5b2f);
}

Victorian Eccentric color palette created on .