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