Peachy Gabriella Color Palette
Discover the beautiful Peachy Gabriella color palette featuring rose bud (#f7a9a6), apricot peach (#f9c4b4), banana mania (#fce2b0), tusk (#e9f4b8) and jagged ice (#b6e2df).
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 Gabriella palette
💻 Peachy Gabriella color palette CSS
/* CSS */
.color-1 {
color: #f7a9a6;
}
.color-2 {
color: #f9c4b4;
}
.color-3 {
color: #fce2b0;
}
.color-4 {
color: #e9f4b8;
}
.color-5 {
color: #b6e2df;
}
/* CSS Variables */
:root {
--color-1: #f7a9a6;
--color-2: #f9c4b4;
--color-3: #fce2b0;
--color-4: #e9f4b8;
--color-5: #b6e2df;
}
🌈 Peachy Gabriella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a9a6, #f9c4b4, #fce2b0, #e9f4b8, #b6e2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a9a6, #f9c4b4, #fce2b0, #e9f4b8, #b6e2df);
}
🔗 Explore similar color palettes
Peachy Gabriella color palette created on .