Legoshi's Serenity カラーパレット

美しいLegoshi's Serenityカラーパレットをご紹介します。curious blue (#2c85c9), viking (#56b8dc), spray (#8ee1ec), manhattan (#f8c5a0) and burnt sienna (#ec6e5b)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Cyan, Turquoise, Peach, Coral, Warm, Bright, Coastal, Summer, Vibrant, Legoshiカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #2c85c9;
}
.color-2 {
color: #56b8dc;
}
.color-3 {
color: #8ee1ec;
}
.color-4 {
color: #f8c5a0;
}
.color-5 {
color: #ec6e5b;
}

/* CSS Variables */
:root {
--color-1: #2c85c9;
--color-2: #56b8dc;
--color-3: #8ee1ec;
--color-4: #f8c5a0;
--color-5: #ec6e5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c85c9, #56b8dc, #8ee1ec, #f8c5a0, #ec6e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c85c9, #56b8dc, #8ee1ec, #f8c5a0, #ec6e5b);
}

Legoshi's Serenity color palette created on .