Leafy Serenity カラーパレット

美しいLeafy Serenityカラーパレットをご紹介します。summer green (#a4c1ae), viridian green (#5b8b79), mineral green (#3f645d), beryl green (#d5e1b7) and pine glade (#b9d49b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Leafy Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #5b8b79;
}
.color-3 {
color: #3f645d;
}
.color-4 {
color: #d5e1b7;
}
.color-5 {
color: #b9d49b;
}

/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #5b8b79;
--color-3: #3f645d;
--color-4: #d5e1b7;
--color-5: #b9d49b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #5b8b79, #3f645d, #d5e1b7, #b9d49b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #5b8b79, #3f645d, #d5e1b7, #b9d49b);
}

Leafy Serenityカラーパレットはに作成されました。