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