Cocoa Dreamscape カラーパレット

美しいCocoa Dreamscapeカラーパレットをご紹介します。mondo (#4e3b31), tobacco brown (#6f4c3e), paarl (#a85f2e), whiskey (#d1a05c) and zombie (#e8cca1)で構成されています。

明るさ

彩度

暖かさ

調整

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

💡 できること

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

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

UI例

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

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

💻 Cocoa Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #a85f2e;
}
.color-4 {
color: #d1a05c;
}
.color-5 {
color: #e8cca1;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6f4c3e;
--color-3: #a85f2e;
--color-4: #d1a05c;
--color-5: #e8cca1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6f4c3e, #a85f2e, #d1a05c, #e8cca1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6f4c3e, #a85f2e, #d1a05c, #e8cca1);
}

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