Shades of Blue カラーパレット

美しいShades of Blueカラーパレットをご紹介します。morning glory (#a3d5e0), manhattan (#f6b8a7), sidecar (#f1e8b7), cashmere (#e5b29e) and puce (#ca7d8c)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aesthetic, Beach, Bright, Pink, Softカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Shades of Blueパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #f6b8a7;
}
.color-3 {
color: #f1e8b7;
}
.color-4 {
color: #e5b29e;
}
.color-5 {
color: #ca7d8c;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #f6b8a7;
--color-3: #f1e8b7;
--color-4: #e5b29e;
--color-5: #ca7d8c;
}

🌈 Shades of Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #f6b8a7, #f1e8b7, #e5b29e, #ca7d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #f6b8a7, #f1e8b7, #e5b29e, #ca7d8c);
}

Shades of Blue color palette created on .