Dress to Impress カラーパレット

美しいDress to Impressカラーパレットをご紹介します。illusion (#f7a1b7), beauty bush (#f0c1c5), porcelain (#e2e6e9), sinbad (#a8d3d6) and fountain blue (#51bdb9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Dress to Impress カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a1b7;
}
.color-2 {
color: #f0c1c5;
}
.color-3 {
color: #e2e6e9;
}
.color-4 {
color: #a8d3d6;
}
.color-5 {
color: #51bdb9;
}

/* CSS Variables */
:root {
--color-1: #f7a1b7;
--color-2: #f0c1c5;
--color-3: #e2e6e9;
--color-4: #a8d3d6;
--color-5: #51bdb9;
}

🌈 Dress to Impress の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b7, #f0c1c5, #e2e6e9, #a8d3d6, #51bdb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b7, #f0c1c5, #e2e6e9, #a8d3d6, #51bdb9);
}

Dress to Impress color palette created on .