Legoshi's Serenity カラーパレット

美しいLegoshi's Serenityカラーパレットをご紹介します。patina (#5e8d7e), pixie green (#b7d8b1), sidecar (#f2e4b0), petite orchid (#e3a2a1) and trendy pink (#7e5b8f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Legoshi's Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #5e8d7e;
}
.color-2 {
color: #b7d8b1;
}
.color-3 {
color: #f2e4b0;
}
.color-4 {
color: #e3a2a1;
}
.color-5 {
color: #7e5b8f;
}

/* CSS Variables */
:root {
--color-1: #5e8d7e;
--color-2: #b7d8b1;
--color-3: #f2e4b0;
--color-4: #e3a2a1;
--color-5: #7e5b8f;
}

🌈 Legoshi's Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e8d7e, #b7d8b1, #f2e4b0, #e3a2a1, #7e5b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e8d7e, #b7d8b1, #f2e4b0, #e3a2a1, #7e5b8f);
}

Legoshi's Serenity color palette created on .