Luka's Dreamscape カラーパレット

美しいLuka's Dreamscapeカラーパレットをご紹介します。manhattan (#f7c7ab), chantilly (#f5b7d4), jagged ice (#c1e3e6), regent st blue (#a8d6e6) and hippie blue (#4c9aae)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Luka's Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #f5b7d4;
}
.color-3 {
color: #c1e3e6;
}
.color-4 {
color: #a8d6e6;
}
.color-5 {
color: #4c9aae;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #f5b7d4;
--color-3: #c1e3e6;
--color-4: #a8d6e6;
--color-5: #4c9aae;
}

🌈 Luka's Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #f5b7d4, #c1e3e6, #a8d6e6, #4c9aae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #f5b7d4, #c1e3e6, #a8d6e6, #4c9aae);
}

Luka's Dreamscape color palette created on .