Example Image カラーパレット
美しいExample Imageカラーパレットをご紹介します。pink swan (#c6b8bf), martini (#b8a3a6), sandrift (#b08b82), toast (#977063) and buttered rum (#9d630b)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Example Imageパレットを使った美しいUIコンポーネントを探索
Image Gallery
💻 Example Image カラーパレット CSS
/* CSS */
.color-1 {
color: #c6b8bf;
}
.color-2 {
color: #b8a3a6;
}
.color-3 {
color: #b08b82;
}
.color-4 {
color: #977063;
}
.color-5 {
color: #9d630b;
}
/* CSS Variables */
:root {
--color-1: #c6b8bf;
--color-2: #b8a3a6;
--color-3: #b08b82;
--color-4: #977063;
--color-5: #9d630b;
} 🌈 Example Image の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b8bf, #b8a3a6, #b08b82, #977063, #9d630b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b8bf, #b8a3a6, #b08b82, #977063, #9d630b);
} Example Image color palette created on .