"Vibrant Earth Harmony" カラーパレット
美しい"Vibrant Earth Harmony"カラーパレットをご紹介します。mountain meadow (#1abc9c), studio (#8d43ad), old brick (#9b1c2f), buttercup (#f39c12) and ferra (#6e4e4f)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
"Vibrant Earth Harmony"パレットを使った美しいUIコンポーネントを探索
💻 "Vibrant Earth Harmony" カラーパレット CSS
/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #8d43ad;
}
.color-3 {
color: #9b1c2f;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #6e4e4f;
}
/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #8d43ad;
--color-3: #9b1c2f;
--color-4: #f39c12;
--color-5: #6e4e4f;
} 🌈 "Vibrant Earth Harmony" の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #8d43ad, #9b1c2f, #f39c12, #6e4e4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #8d43ad, #9b1c2f, #f39c12, #6e4e4f);
} "Vibrant Earth Harmony" color palette created on .