Logan's Dream カラーパレット

美しいLogan's Dreamカラーパレットをご紹介します。prelude (#c8c5e7), wistful (#a0a1cf), wild blue yonder (#8187b6), waikawa gray (#5b6e9a) and east bay (#3f4d73)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Logan's Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #c8c5e7;
}
.color-2 {
color: #a0a1cf;
}
.color-3 {
color: #8187b6;
}
.color-4 {
color: #5b6e9a;
}
.color-5 {
color: #3f4d73;
}

/* CSS Variables */
:root {
--color-1: #c8c5e7;
--color-2: #a0a1cf;
--color-3: #8187b6;
--color-4: #5b6e9a;
--color-5: #3f4d73;
}

🌈 Logan's Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8c5e7, #a0a1cf, #8187b6, #5b6e9a, #3f4d73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8c5e7, #a0a1cf, #8187b6, #5b6e9a, #3f4d73);
}

Logan's Dream color palette created on .