Enchanted House Colors カラーパレット
美しいEnchanted House Colorsカラーパレットをご紹介します。metallic copper (#69381c), cape palliser (#a17d45), sundance (#c7ac5c), fern green (#436d40) and rhino (#2b2a5b)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Enchanted House Colorsパレットを使った美しいUIコンポーネントを探索
💻 Enchanted House Colors カラーパレット CSS
/* CSS */
.color-1 {
color: #69381c;
}
.color-2 {
color: #a17d45;
}
.color-3 {
color: #c7ac5c;
}
.color-4 {
color: #436d40;
}
.color-5 {
color: #2b2a5b;
}
/* CSS Variables */
:root {
--color-1: #69381c;
--color-2: #a17d45;
--color-3: #c7ac5c;
--color-4: #436d40;
--color-5: #2b2a5b;
}
🌈 Enchanted House Colors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69381c, #a17d45, #c7ac5c, #436d40, #2b2a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69381c, #a17d45, #c7ac5c, #436d40, #2b2a5b);
}
🔗 似たようなカラーパレットを探索
Enchanted House Colors color palette created on .