Caramelle カラーパレット

美しいCaramelleカラーパレットをご紹介します。di serria (#d8a046), porsche (#e6b15c), golden sand (#f1c57e), sandwisp (#f5e0a3) and dairy cream (#f8e9b9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Caramelle カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a046;
}
.color-2 {
color: #e6b15c;
}
.color-3 {
color: #f1c57e;
}
.color-4 {
color: #f5e0a3;
}
.color-5 {
color: #f8e9b9;
}

/* CSS Variables */
:root {
--color-1: #d8a046;
--color-2: #e6b15c;
--color-3: #f1c57e;
--color-4: #f5e0a3;
--color-5: #f8e9b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a046, #e6b15c, #f1c57e, #f5e0a3, #f8e9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a046, #e6b15c, #f1c57e, #f5e0a3, #f8e9b9);
}

Caramelle color palette created on .