Creamy Confectionery Color Palette
Discover the beautiful Creamy Confectionery color palette featuring peach yellow (#f9d6a9), sandy brown (#f2b05f), jaffa (#f26e4a), flame pea (#d95d3a) and tapestry (#a85d8a).
Brightness
Saturation
Warmth
💡 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 Confectionery palette
💻 Creamy Confectionery color palette CSS
/* CSS */
.color-1 {
color: #f9d6a9;
}
.color-2 {
color: #f2b05f;
}
.color-3 {
color: #f26e4a;
}
.color-4 {
color: #d95d3a;
}
.color-5 {
color: #a85d8a;
}
/* CSS Variables */
:root {
--color-1: #f9d6a9;
--color-2: #f2b05f;
--color-3: #f26e4a;
--color-4: #d95d3a;
--color-5: #a85d8a;
} 🌈 Creamy Confectionery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d6a9, #f2b05f, #f26e4a, #d95d3a, #a85d8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d6a9, #f2b05f, #f26e4a, #d95d3a, #a85d8a);
} 🔗 Explore similar color palettes
Creamy Confectionery color palette created on .