美しいShades of Blueカラーパレットをご紹介します。dark blue (#0000ad), endeavour (#0056b3), cerulean (#0096d6), cerulean (#00b4e6) and bright turquoise (#00d8f5)で構成されています。
Shades of Blue カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Shades of Blueパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Shades of Blueパレットを使った美しいUIコンポーネントを探索
💻 Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #0000ad;
}
.color-2 {
color: #0056b3;
}
.color-3 {
color: #0096d6;
}
.color-4 {
color: #00b4e6;
}
.color-5 {
color: #00d8f5;
}
/* CSS Variables */
:root {
--color-1: #0000ad;
--color-2: #0056b3;
--color-3: #0096d6;
--color-4: #00b4e6;
--color-5: #00d8f5;
}
🌈 Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0000ad, #0056b3, #0096d6, #00b4e6, #00d8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0000ad, #0056b3, #0096d6, #00b4e6, #00d8f5);
}
🔗 似たようなカラーパレットを探索
Shades of Blue color palette created on .