Floral Cream Color Palette

Discover the beautiful Floral Cream color palette featuring wheat (#f6e2b6), maize (#f4cda4), tonys pink (#e8a79b), charm (#d57c9a) and tapestry (#b25c90).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Light, Peach, Pink, Soft, Summer, Warm 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 Floral Cream palette

Share this palette to:

💻 Floral Cream color palette CSS

/* CSS */
.color-1 {
color: #f6e2b6;
}
.color-2 {
color: #f4cda4;
}
.color-3 {
color: #e8a79b;
}
.color-4 {
color: #d57c9a;
}
.color-5 {
color: #b25c90;
}

/* CSS Variables */
:root {
--color-1: #f6e2b6;
--color-2: #f4cda4;
--color-3: #e8a79b;
--color-4: #d57c9a;
--color-5: #b25c90;
}

🌈 Floral Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b6, #f4cda4, #e8a79b, #d57c9a, #b25c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b6, #f4cda4, #e8a79b, #d57c9a, #b25c90);
}

Floral Cream color palette created on .