Forest Dreams カラーパレット

美しいForest Dreamsカラーパレットをご紹介します。te papa green (#1f3d34), como (#4b816f), acapulco (#7eb9a6), fringy flower (#a3dbbc) and iceberg (#d3f3e6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Forest Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3d34;
}
.color-2 {
color: #4b816f;
}
.color-3 {
color: #7eb9a6;
}
.color-4 {
color: #a3dbbc;
}
.color-5 {
color: #d3f3e6;
}

/* CSS Variables */
:root {
--color-1: #1f3d34;
--color-2: #4b816f;
--color-3: #7eb9a6;
--color-4: #a3dbbc;
--color-5: #d3f3e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d34, #4b816f, #7eb9a6, #a3dbbc, #d3f3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d34, #4b816f, #7eb9a6, #a3dbbc, #d3f3e6);
}

Forest Dreams color palette created on .