Peachy Alejandro Color Palette

Discover the beautiful Peachy Alejandro color palette featuring wewak (#f1a8a2), manhattan (#f8c5a0), dairy cream (#f8e1b4), zombie (#e4d8a0) and vanilla (#d2b7a3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Cream, Fun, Warm 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 Alejandro palette

Share this palette to:

๐Ÿ’ป Peachy Alejandro color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f8c5a0;
}
.color-3 {
color: #f8e1b4;
}
.color-4 {
color: #e4d8a0;
}
.color-5 {
color: #d2b7a3;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f8c5a0;
--color-3: #f8e1b4;
--color-4: #e4d8a0;
--color-5: #d2b7a3;
}

๐ŸŒˆ Peachy Alejandro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f8c5a0, #f8e1b4, #e4d8a0, #d2b7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f8c5a0, #f8e1b4, #e4d8a0, #d2b7a3);
}

Peachy Alejandro color palette created on .