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