Enchanted Marshlands カラーパレット

美しいEnchanted Marshlandsカラーパレットをご紹介します。stromboli (#2c4e3b), como (#4f7d6b), acapulco (#87b5a1), skeptic (#c0e3d5) and saltpan (#f3f8f1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Enchanted Marshlands カラーパレット CSS

/* CSS */
.color-1 {
color: #2c4e3b;
}
.color-2 {
color: #4f7d6b;
}
.color-3 {
color: #87b5a1;
}
.color-4 {
color: #c0e3d5;
}
.color-5 {
color: #f3f8f1;
}

/* CSS Variables */
:root {
--color-1: #2c4e3b;
--color-2: #4f7d6b;
--color-3: #87b5a1;
--color-4: #c0e3d5;
--color-5: #f3f8f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c4e3b, #4f7d6b, #87b5a1, #c0e3d5, #f3f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c4e3b, #4f7d6b, #87b5a1, #c0e3d5, #f3f8f1);
}

Enchanted Marshlands color palette created on .