Flower Color Palette

Discover the beautiful Flower color palette featuring your pink (#fecac8), corvette (#fad6a3), chrome white (#e1f0d6), morning glory (#a1d6e2) and cold purple (#b7b2e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Flower, Green, Pastel, Peach, Pink, Soft, Spring, Vibrant 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 Flower palette

Share this palette to:

💻 Flower color palette CSS

/* CSS */
.color-1 {
color: #fecac8;
}
.color-2 {
color: #fad6a3;
}
.color-3 {
color: #e1f0d6;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #b7b2e6;
}

/* CSS Variables */
:root {
--color-1: #fecac8;
--color-2: #fad6a3;
--color-3: #e1f0d6;
--color-4: #a1d6e2;
--color-5: #b7b2e6;
}

🌈 Flower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fecac8, #fad6a3, #e1f0d6, #a1d6e2, #b7b2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fecac8, #fad6a3, #e1f0d6, #a1d6e2, #b7b2e6);
}

Flower color palette created on .