Cream Can カラーパレット

美しいCream Canカラーパレットをご紹介します。wheat (#f3e5af), grain brown (#e0d3b2), cameo (#d9b8a6), eunry (#c9a4a1) and sandrift (#b49079)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cream Can カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e5af;
}
.color-2 {
color: #e0d3b2;
}
.color-3 {
color: #d9b8a6;
}
.color-4 {
color: #c9a4a1;
}
.color-5 {
color: #b49079;
}

/* CSS Variables */
:root {
--color-1: #f3e5af;
--color-2: #e0d3b2;
--color-3: #d9b8a6;
--color-4: #c9a4a1;
--color-5: #b49079;
}

🌈 Cream Can の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5af, #e0d3b2, #d9b8a6, #c9a4a1, #b49079);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5af, #e0d3b2, #d9b8a6, #c9a4a1, #b49079);
}

Cream Can color palette created on .