Whispers of Soft Petals カラーパレット

美しいWhispers of Soft Petalsカラーパレットをご紹介します。porcelain (#fcfdfd), wild sand (#f5f5f5), bon jour (#e9e8e9), cinderella (#fde1d3) and twilight (#dfc8d1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Whispers of Soft Petalsパレットを使った美しいUIコンポーネントを探索

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

💻 Whispers of Soft Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #fcfdfd;
}
.color-2 {
color: #f5f5f5;
}
.color-3 {
color: #e9e8e9;
}
.color-4 {
color: #fde1d3;
}
.color-5 {
color: #dfc8d1;
}

/* CSS Variables */
:root {
--color-1: #fcfdfd;
--color-2: #f5f5f5;
--color-3: #e9e8e9;
--color-4: #fde1d3;
--color-5: #dfc8d1;
}

🌈 Whispers of Soft Petals の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfd, #f5f5f5, #e9e8e9, #fde1d3, #dfc8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfd, #f5f5f5, #e9e8e9, #fde1d3, #dfc8d1);
}

Whispers of Soft Petals color palette created on .