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