Cocoa Dreamscape カラーパレット
美しいCocoa Dreamscapeカラーパレットをご紹介します。quincy (#5c392e), coral tree (#a86d5d), cameo (#d5b19a), dairy cream (#f8e0b4) and cashmere (#e9b79f)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Earthy, Warm, Beige, Cool Autumn, Brightカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Cocoa Dreamscapeパレットを使った美しいUIコンポーネントを探索
💻 Cocoa Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #5c392e;
}
.color-2 {
color: #a86d5d;
}
.color-3 {
color: #d5b19a;
}
.color-4 {
color: #f8e0b4;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #5c392e;
--color-2: #a86d5d;
--color-3: #d5b19a;
--color-4: #f8e0b4;
--color-5: #e9b79f;
}
🌈 Cocoa Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c392e, #a86d5d, #d5b19a, #f8e0b4, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c392e, #a86d5d, #d5b19a, #f8e0b4, #e9b79f);
}
🔗 似たようなカラーパレットを探索
Cocoa Dreamscape color palette created on .