Minty Jasmine Color Palette
Discover the beautiful Minty Jasmine color palette featuring padua (#a6e2cf), ice cold (#b8f4e9), feta (#e0f7d4), wheat (#f4e6b3) and beauty bush (#f3c9d0).
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 Minty Jasmine palette
💻 Minty Jasmine color palette CSS
/* CSS */
.color-1 {
color: #a6e2cf;
}
.color-2 {
color: #b8f4e9;
}
.color-3 {
color: #e0f7d4;
}
.color-4 {
color: #f4e6b3;
}
.color-5 {
color: #f3c9d0;
}
/* CSS Variables */
:root {
--color-1: #a6e2cf;
--color-2: #b8f4e9;
--color-3: #e0f7d4;
--color-4: #f4e6b3;
--color-5: #f3c9d0;
} 🌈 Minty Jasmine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2cf, #b8f4e9, #e0f7d4, #f4e6b3, #f3c9d0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2cf, #b8f4e9, #e0f7d4, #f4e6b3, #f3c9d0);
} 🔗 Explore similar color palettes
Minty Jasmine color palette created on .