Discover the beautiful Floral Embrace color palette featuring apricot peach (#f9c4b4), wewak (#f4a8a4), burnt sienna (#e76e50), valencia (#d5503f) and stiletto (#9c2b2d).
Floral Embrace Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Floral Embrace palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Floral Embrace palette
💻 Floral Embrace color palette CSS
/* CSS */
.color-1 {
color: #f9c4b4;
}
.color-2 {
color: #f4a8a4;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #d5503f;
}
.color-5 {
color: #9c2b2d;
}
/* CSS Variables */
:root {
--color-1: #f9c4b4;
--color-2: #f4a8a4;
--color-3: #e76e50;
--color-4: #d5503f;
--color-5: #9c2b2d;
}
🌈 Floral Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c4b4, #f4a8a4, #e76e50, #d5503f, #9c2b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c4b4, #f4a8a4, #e76e50, #d5503f, #9c2b2d);
}
🔗 Explore similar color palettes
Floral Embrace color palette created on .