Verde y Amarillo カラーパレット

美しいVerde y Amarilloカラーパレットをご紹介します。powder blue (#abe8e7), negroni (#ffe4bd), linen (#faefe0), downy (#6fc8a9) and fern (#56b872)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #abe8e7;
}
.color-2 {
color: #ffe4bd;
}
.color-3 {
color: #faefe0;
}
.color-4 {
color: #6fc8a9;
}
.color-5 {
color: #56b872;
}

/* CSS Variables */
:root {
--color-1: #abe8e7;
--color-2: #ffe4bd;
--color-3: #faefe0;
--color-4: #6fc8a9;
--color-5: #56b872;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abe8e7, #ffe4bd, #faefe0, #6fc8a9, #56b872);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abe8e7, #ffe4bd, #faefe0, #6fc8a9, #56b872);
}

Verde y Amarillo color palette created on .