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