Peachy Shades Color Palette
Discover the beautiful Peachy Shades color palette featuring cameo (#d8b89d), bone (#e0c6b2), sidecar (#f4e2c3), manhattan (#f5c8a3) and oriental pink (#c3998d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Beach, Soft Summer, Warm Spring 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
UI Examples
Explore beautiful UI components with Peachy Shades palette
๐ป Peachy Shades color palette CSS
/* CSS */
.color-1 {
color: #d8b89d;
}
.color-2 {
color: #e0c6b2;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #f5c8a3;
}
.color-5 {
color: #c3998d;
}
/* CSS Variables */
:root {
--color-1: #d8b89d;
--color-2: #e0c6b2;
--color-3: #f4e2c3;
--color-4: #f5c8a3;
--color-5: #c3998d;
}
๐ Peachy Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b89d, #e0c6b2, #f4e2c3, #f5c8a3, #c3998d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b89d, #e0c6b2, #f4e2c3, #f5c8a3, #c3998d);
}
๐ Explore similar color palettes
Peachy Shades color palette created on .