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