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