Sweet Confectionery Color Palette

Discover the beautiful Sweet Confectionery color palette featuring peach cream (#ffefdb), apricot peach (#f9c3b9), sandy brown (#f49d7b), burnt sienna (#f07d56) and hopbush (#c77090).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Cream, Pink, Warm, Bright 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 Confectionery palette

Share this palette to:

💻 Sweet Confectionery color palette CSS

/* CSS */
.color-1 {
color: #ffefdb;
}
.color-2 {
color: #f9c3b9;
}
.color-3 {
color: #f49d7b;
}
.color-4 {
color: #f07d56;
}
.color-5 {
color: #c77090;
}

/* CSS Variables */
:root {
--color-1: #ffefdb;
--color-2: #f9c3b9;
--color-3: #f49d7b;
--color-4: #f07d56;
--color-5: #c77090;
}

🌈 Sweet Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffefdb, #f9c3b9, #f49d7b, #f07d56, #c77090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffefdb, #f9c3b9, #f49d7b, #f07d56, #c77090);
}

Sweet Confectionery color palette created on .