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