Peachy Cream Color Palette

Discover the beautiful Peachy Cream color palette featuring apricot peach (#f9d5b4), manhattan (#f4b69a), tacao (#f4a58b), sandy brown (#f28f6e) and burnt sienna (#f06f5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Peach, Spring, Summer 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 Peachy Cream palette

Share this palette to:

💻 Peachy Cream color palette CSS

/* CSS */
.color-1 {
color: #f9d5b4;
}
.color-2 {
color: #f4b69a;
}
.color-3 {
color: #f4a58b;
}
.color-4 {
color: #f28f6e;
}
.color-5 {
color: #f06f5c;
}

/* CSS Variables */
:root {
--color-1: #f9d5b4;
--color-2: #f4b69a;
--color-3: #f4a58b;
--color-4: #f28f6e;
--color-5: #f06f5c;
}

🌈 Peachy Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d5b4, #f4b69a, #f4a58b, #f28f6e, #f06f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d5b4, #f4b69a, #f4a58b, #f28f6e, #f06f5c);
}

Peachy Cream color palette created on .