Whispers of Soft Petals Color Palette

Discover the beautiful Whispers of Soft Petals color palette featuring porcelain (#fcfdfd), wild sand (#f5f5f5), bon jour (#e9e8e9), cinderella (#fde1d3) and twilight (#dfc8d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Minimalist, Feminine, Spring, Light color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Whispers of Soft Petals palette

Share this palette to:

💻 Whispers of Soft Petals color palette 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 background gradient 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 .