Peachy Shades Color Palette
Discover the beautiful Peachy Shades color palette featuring dairy cream (#f7e5b1), mandys pink (#f0c6a3), tonys pink (#e99d86), terracotta (#e67b6b) and roman (#d85a5a).
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 Shades palette
๐ป Peachy Shades color palette CSS
/* CSS */
.color-1 {
color: #f7e5b1;
}
.color-2 {
color: #f0c6a3;
}
.color-3 {
color: #e99d86;
}
.color-4 {
color: #e67b6b;
}
.color-5 {
color: #d85a5a;
}
/* CSS Variables */
:root {
--color-1: #f7e5b1;
--color-2: #f0c6a3;
--color-3: #e99d86;
--color-4: #e67b6b;
--color-5: #d85a5a;
} ๐ Peachy Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5b1, #f0c6a3, #e99d86, #e67b6b, #d85a5a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5b1, #f0c6a3, #e99d86, #e67b6b, #d85a5a);
} ๐ Explore similar color palettes
Peachy Shades color palette created on .