Latte Dream カラーパレット

美しいLatte Dreamカラーパレットをご紹介します。cameo (#d8b4a2), bone (#e2cec1), albescent white (#f6e1d5), indian khaki (#c7a58e) and barley corn (#a87c61)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Latte Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #d8b4a2;
}
.color-2 {
color: #e2cec1;
}
.color-3 {
color: #f6e1d5;
}
.color-4 {
color: #c7a58e;
}
.color-5 {
color: #a87c61;
}

/* CSS Variables */
:root {
--color-1: #d8b4a2;
--color-2: #e2cec1;
--color-3: #f6e1d5;
--color-4: #c7a58e;
--color-5: #a87c61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b4a2, #e2cec1, #f6e1d5, #c7a58e, #a87c61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b4a2, #e2cec1, #f6e1d5, #c7a58e, #a87c61);
}

Latte Dreamカラーパレットはに作成されました。