Earthy Embrace カラーパレット
美しいEarthy Embraceカラーパレットをご紹介します。new orleans (#f2c7a1), cameo (#e0b6a3), eunry (#d6a89f), oriental pink (#c89a8d) and coral tree (#ac6e68)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Beige, Cream, Feminine, Light Summer, Softカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Earthy Embraceパレットを使った美しいUIコンポーネントを探索
💻 Earthy Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #f2c7a1;
}
.color-2 {
color: #e0b6a3;
}
.color-3 {
color: #d6a89f;
}
.color-4 {
color: #c89a8d;
}
.color-5 {
color: #ac6e68;
}
/* CSS Variables */
:root {
--color-1: #f2c7a1;
--color-2: #e0b6a3;
--color-3: #d6a89f;
--color-4: #c89a8d;
--color-5: #ac6e68;
} 🌈 Earthy Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c7a1, #e0b6a3, #d6a89f, #c89a8d, #ac6e68);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c7a1, #e0b6a3, #d6a89f, #c89a8d, #ac6e68);
} 🔗 似たようなカラーパレットを探索
Earthy Embrace color palette created on .