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