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