Vibrant Earthy Tones カラーパレット

美しいVibrant Earthy Tonesカラーパレットをご紹介します。amber (#ffc300), buddha gold (#d19900), tall poppy (#a6392b), pigment indigo (#4a0080) and tickle me pink (#ff7092)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Vibrant Earthy Tonesパレットを使った美しいUIコンポーネントを探索

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

💻 Vibrant Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #d19900;
}
.color-3 {
color: #a6392b;
}
.color-4 {
color: #4a0080;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #d19900;
--color-3: #a6392b;
--color-4: #4a0080;
--color-5: #ff7092;
}

🌈 Vibrant Earthy Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #d19900, #a6392b, #4a0080, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #d19900, #a6392b, #4a0080, #ff7092);
}

Vibrant Earthy Tones color palette created on .