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