Blue Astro カラーパレット
美しいBlue Astroカラーパレットをご紹介します。bunting (#161b46), astronaut (#232d6f), san marino (#4663af), danube (#7198ce) and tropical blue (#c4e0f5)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Coastal, Dark, Minimalist, Modernカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Blue Astroパレットを使った美しいUIコンポーネントを探索
💻 Blue Astro カラーパレット CSS
/* CSS */
.color-1 {
color: #161b46;
}
.color-2 {
color: #232d6f;
}
.color-3 {
color: #4663af;
}
.color-4 {
color: #7198ce;
}
.color-5 {
color: #c4e0f5;
}
/* CSS Variables */
:root {
--color-1: #161b46;
--color-2: #232d6f;
--color-3: #4663af;
--color-4: #7198ce;
--color-5: #c4e0f5;
} 🌈 Blue Astro の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161b46, #232d6f, #4663af, #7198ce, #c4e0f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161b46, #232d6f, #4663af, #7198ce, #c4e0f5);
} 🔗 似たようなカラーパレットを探索
Blue Astro color palette created on .