Creamy Beige Color Palette

Discover the beautiful Creamy Beige color palette featuring wheat (#f3e4aa), dairy cream (#f7e4b1), apricot peach (#f9d4b4), mandys pink (#f0b2a3) and rose bud (#f89b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Fun, Soft, 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 Creamy Beige palette

Share this palette to:

💻 Creamy Beige color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f7e4b1;
}
.color-3 {
color: #f9d4b4;
}
.color-4 {
color: #f0b2a3;
}
.color-5 {
color: #f89b9b;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f7e4b1;
--color-3: #f9d4b4;
--color-4: #f0b2a3;
--color-5: #f89b9b;
}

🌈 Creamy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f7e4b1, #f9d4b4, #f0b2a3, #f89b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f7e4b1, #f9d4b4, #f0b2a3, #f89b9b);
}

Creamy Beige color palette created on .