Peachy Waltergon Color Palette
Discover the beautiful Peachy Waltergon color palette featuring sea buckthorn (#f6a523), marzipan (#f8d9a0), cashmere (#e7c1a2), beauty bush (#f1c6d4) and light wisteria (#d6a3e6).
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 Waltergon palette
💻 Peachy Waltergon color palette CSS
/* CSS */
.color-1 {
color: #f6a523;
}
.color-2 {
color: #f8d9a0;
}
.color-3 {
color: #e7c1a2;
}
.color-4 {
color: #f1c6d4;
}
.color-5 {
color: #d6a3e6;
}
/* CSS Variables */
:root {
--color-1: #f6a523;
--color-2: #f8d9a0;
--color-3: #e7c1a2;
--color-4: #f1c6d4;
--color-5: #d6a3e6;
}
🌈 Peachy Waltergon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a523, #f8d9a0, #e7c1a2, #f1c6d4, #d6a3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a523, #f8d9a0, #e7c1a2, #f1c6d4, #d6a3e6);
}
🔗 Explore similar color palettes
Peachy Waltergon color palette created on .