Whispers of Mulni Color Palette
Discover the beautiful Whispers of Mulni color palette featuring breaker bay (#4ba090), acapulco (#81b1a2), spring rain (#b3d1b4), albescent white (#f4e8cd) and corvette (#f9c89f).
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 Whispers of Mulni palette
💻 Whispers of Mulni color palette CSS
/* CSS */
.color-1 {
color: #4ba090;
}
.color-2 {
color: #81b1a2;
}
.color-3 {
color: #b3d1b4;
}
.color-4 {
color: #f4e8cd;
}
.color-5 {
color: #f9c89f;
}
/* CSS Variables */
:root {
--color-1: #4ba090;
--color-2: #81b1a2;
--color-3: #b3d1b4;
--color-4: #f4e8cd;
--color-5: #f9c89f;
} 🌈 Whispers of Mulni background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ba090, #81b1a2, #b3d1b4, #f4e8cd, #f9c89f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ba090, #81b1a2, #b3d1b4, #f4e8cd, #f9c89f);
} 🔗 Explore similar color palettes
Whispers of Mulni color palette created on .