Dawn Peach Color Palette
Discover the beautiful Dawn Peach color palette featuring light apricot (#fdd6af), hit pink (#fbae7e), sandy brown (#f69b5a), jaffa (#f1843b) and flame pea (#d85a2c).
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 Dawn Peach palette
💻 Dawn Peach color palette CSS
/* CSS */
.color-1 {
color: #fdd6af;
}
.color-2 {
color: #fbae7e;
}
.color-3 {
color: #f69b5a;
}
.color-4 {
color: #f1843b;
}
.color-5 {
color: #d85a2c;
}
/* CSS Variables */
:root {
--color-1: #fdd6af;
--color-2: #fbae7e;
--color-3: #f69b5a;
--color-4: #f1843b;
--color-5: #d85a2c;
} 🌈 Dawn Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd6af, #fbae7e, #f69b5a, #f1843b, #d85a2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd6af, #fbae7e, #f69b5a, #f1843b, #d85a2c);
} 🔗 Explore similar color palettes
Dawn Peach color palette created on .