Verdant Whispers カラーパレット

美しいVerdant Whispersカラーパレットをご紹介します。moss green (#b5d99b), mantis (#7eba6d), fruit salad (#4f9c51), fern green (#3e7c3c) and killarney (#2d5a2b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Verdant Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #b5d99b;
}
.color-2 {
color: #7eba6d;
}
.color-3 {
color: #4f9c51;
}
.color-4 {
color: #3e7c3c;
}
.color-5 {
color: #2d5a2b;
}

/* CSS Variables */
:root {
--color-1: #b5d99b;
--color-2: #7eba6d;
--color-3: #4f9c51;
--color-4: #3e7c3c;
--color-5: #2d5a2b;
}

🌈 Verdant Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d99b, #7eba6d, #4f9c51, #3e7c3c, #2d5a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d99b, #7eba6d, #4f9c51, #3e7c3c, #2d5a2b);
}

Verdant Whispers color palette created on .