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