Aquila カラーパレット

美しいAquilaカラーパレットをご紹介します。brandy rose (#b8927f), sandal (#ac7e68), muesli (#aa7c64), sandal (#ac826c) and brandy rose (#b58b78)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Beige, Brown, Earthy, Neutral, Warm, Autumn, Soft, Desert, Tropical, Vintageカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Aquilaパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Aquila カラーパレット CSS

/* CSS */
.color-1 {
color: #b8927f;
}
.color-2 {
color: #ac7e68;
}
.color-3 {
color: #aa7c64;
}
.color-4 {
color: #ac826c;
}
.color-5 {
color: #b58b78;
}

/* CSS Variables */
:root {
--color-1: #b8927f;
--color-2: #ac7e68;
--color-3: #aa7c64;
--color-4: #ac826c;
--color-5: #b58b78;
}

🌈 Aquila の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8927f, #ac7e68, #aa7c64, #ac826c, #b58b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8927f, #ac7e68, #aa7c64, #ac826c, #b58b78);
}

Aquila color palette created on .