Azul y Verde カラーパレット

美しいAzul y Verdeカラーパレットをご紹介します。allports (#0072a3), green haze (#009975), vista blue (#a0dab7), sandwisp (#f2e7a6) and rose bud (#f7b5a1)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Green, Turquoise, Teal, Yellow, Coral, Bright, Soft, Natureカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Azul y Verde カラーパレット CSS

/* CSS */
.color-1 {
color: #0072a3;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #a0dab7;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #0072a3;
--color-2: #009975;
--color-3: #a0dab7;
--color-4: #f2e7a6;
--color-5: #f7b5a1;
}

🌈 Azul y Verde の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0072a3, #009975, #a0dab7, #f2e7a6, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0072a3, #009975, #a0dab7, #f2e7a6, #f7b5a1);
}

Azul y Verde color palette created on .