Whimsical Emil Dreamscape カラーパレット

美しいWhimsical Emil Dreamscapeカラーパレットをご紹介します。kobi (#eab8d1), rose bud (#f8b2a0), macaroni and cheese (#fbbf7e), sandwisp (#f3eba0) and flesh (#ffc6a3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whimsical Emil Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f8b2a0;
}
.color-3 {
color: #fbbf7e;
}
.color-4 {
color: #f3eba0;
}
.color-5 {
color: #ffc6a3;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f8b2a0;
--color-3: #fbbf7e;
--color-4: #f3eba0;
--color-5: #ffc6a3;
}

🌈 Whimsical Emil Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f8b2a0, #fbbf7e, #f3eba0, #ffc6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f8b2a0, #fbbf7e, #f3eba0, #ffc6a3);
}

Whimsical Emil Dreamscape color palette created on .