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