Lemon Lime Dream カラーパレット

美しいLemon Lime Dreamカラーパレットをご紹介します。rio grande (#a8d600), rio grande (#b2d100), lime (#c3e600), chartreuse yellow (#d8f000) and canary (#eafb50)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Lemon Lime Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d600;
}
.color-2 {
color: #b2d100;
}
.color-3 {
color: #c3e600;
}
.color-4 {
color: #d8f000;
}
.color-5 {
color: #eafb50;
}

/* CSS Variables */
:root {
--color-1: #a8d600;
--color-2: #b2d100;
--color-3: #c3e600;
--color-4: #d8f000;
--color-5: #eafb50;
}

🌈 Lemon Lime Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d600, #b2d100, #c3e600, #d8f000, #eafb50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d600, #b2d100, #c3e600, #d8f000, #eafb50);
}

Lemon Lime Dream color palette created on .