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