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