Peachy Embrace Color Palette
Discover the beautiful Peachy Embrace color palette featuring flesh (#ffcba3), cornflower lilac (#ffb19e), vivid tangerine (#ff998a), salmon (#ff7c6b) and persimmon (#ff6347).
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 Peachy Embrace palette
💻 Peachy Embrace color palette CSS
/* CSS */
.color-1 {
color: #ffcba3;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ff7c6b;
}
.color-5 {
color: #ff6347;
}
/* CSS Variables */
:root {
--color-1: #ffcba3;
--color-2: #ffb19e;
--color-3: #ff998a;
--color-4: #ff7c6b;
--color-5: #ff6347;
}
🌈 Peachy Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcba3, #ffb19e, #ff998a, #ff7c6b, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcba3, #ffb19e, #ff998a, #ff7c6b, #ff6347);
}
🔗 Explore similar color palettes
Peachy Embrace color palette created on .