Vanilla Dream カラーパレット

美しいVanilla Dreamカラーパレットをご紹介します。wheat (#f3e4aa), marzipan (#f9d89a), manhattan (#f6baa2), illusion (#f8a5c3) and illusion (#f1a7d8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vanilla Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f9d89a;
}
.color-3 {
color: #f6baa2;
}
.color-4 {
color: #f8a5c3;
}
.color-5 {
color: #f1a7d8;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f9d89a;
--color-3: #f6baa2;
--color-4: #f8a5c3;
--color-5: #f1a7d8;
}

🌈 Vanilla Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f9d89a, #f6baa2, #f8a5c3, #f1a7d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f9d89a, #f6baa2, #f8a5c3, #f1a7d8);
}

🔗 似たようなカラーパレットを探索

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Vanilla Dream color palette created on .