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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Peachy Alejandro color palette created on .