Sweet Strawberry Whispers Color Palette

Discover the beautiful Sweet Strawberry Whispers color palette featuring illusion (#f8b4c5), illusion (#f5a3b8), mauvelous (#f28c9d), froly (#f56b82) and french rose (#f04c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Bright, Pink, Flower, Spring 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 Sweet Strawberry Whispers palette

Share this palette to:

💻 Sweet Strawberry Whispers color palette CSS

/* CSS */
.color-1 {
color: #f8b4c5;
}
.color-2 {
color: #f5a3b8;
}
.color-3 {
color: #f28c9d;
}
.color-4 {
color: #f56b82;
}
.color-5 {
color: #f04c6d;
}

/* CSS Variables */
:root {
--color-1: #f8b4c5;
--color-2: #f5a3b8;
--color-3: #f28c9d;
--color-4: #f56b82;
--color-5: #f04c6d;
}

🌈 Sweet Strawberry Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4c5, #f5a3b8, #f28c9d, #f56b82, #f04c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4c5, #f5a3b8, #f28c9d, #f56b82, #f04c6d);
}

Sweet Strawberry Whispers color palette created on .