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