June Color Palette
Discover the beautiful June color palette featuring manhattan (#f7c6a1), marzipan (#f9e49f), sidecar (#f1e1b1), fringy flower (#b3e0d1) and sail (#a1d3f7).
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 June palette
💻 June color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f9e49f;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #b3e0d1;
}
.color-5 {
color: #a1d3f7;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f9e49f;
--color-3: #f1e1b1;
--color-4: #b3e0d1;
--color-5: #a1d3f7;
} 🌈 June background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f9e49f, #f1e1b1, #b3e0d1, #a1d3f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f9e49f, #f1e1b1, #b3e0d1, #a1d3f7);
} 🔗 Explore similar color palettes
June color palette created on .