Peachy Dreamscape Color Palette
Discover the beautiful Peachy Dreamscape color palette featuring apricot peach (#fad7b7), corvette (#f9c89f), manhattan (#f6b69d), rose bud (#f5a58e) and apricot (#f29e7d).
Brightness
Saturation
Warmth
Refine
๐ก 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 Dreamscape palette
๐ป Peachy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #fad7b7;
}
.color-2 {
color: #f9c89f;
}
.color-3 {
color: #f6b69d;
}
.color-4 {
color: #f5a58e;
}
.color-5 {
color: #f29e7d;
}
/* CSS Variables */
:root {
--color-1: #fad7b7;
--color-2: #f9c89f;
--color-3: #f6b69d;
--color-4: #f5a58e;
--color-5: #f29e7d;
} ๐ Peachy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7b7, #f9c89f, #f6b69d, #f5a58e, #f29e7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7b7, #f9c89f, #f6b69d, #f5a58e, #f29e7d);
} ๐ Explore similar color palettes
Peachy Dreamscape color palette created on .