Clover カラーパレット

美しいCloverカラーパレットをご紹介します。fruit salad (#4fb051), de york (#81c583), moss green (#a8d7a8), panache (#eaf6eb) and surf crest (#c7e5c8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Clover カラーパレット CSS

/* CSS */
.color-1 {
color: #4fb051;
}
.color-2 {
color: #81c583;
}
.color-3 {
color: #a8d7a8;
}
.color-4 {
color: #eaf6eb;
}
.color-5 {
color: #c7e5c8;
}

/* CSS Variables */
:root {
--color-1: #4fb051;
--color-2: #81c583;
--color-3: #a8d7a8;
--color-4: #eaf6eb;
--color-5: #c7e5c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fb051, #81c583, #a8d7a8, #eaf6eb, #c7e5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fb051, #81c583, #a8d7a8, #eaf6eb, #c7e5c8);
}

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