Emerald Whisper Color Palette
Discover the beautiful Emerald Whisper color palette featuring fountain blue (#4cb8a6), fountain blue (#5dc6b4), bermuda (#79d7c3), morning glory (#94e0d1) and water leaf (#a9eadf).
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 Emerald Whisper palette
💻 Emerald Whisper color palette CSS
/* CSS */
.color-1 {
color: #4cb8a6;
}
.color-2 {
color: #5dc6b4;
}
.color-3 {
color: #79d7c3;
}
.color-4 {
color: #94e0d1;
}
.color-5 {
color: #a9eadf;
}
/* CSS Variables */
:root {
--color-1: #4cb8a6;
--color-2: #5dc6b4;
--color-3: #79d7c3;
--color-4: #94e0d1;
--color-5: #a9eadf;
} 🌈 Emerald Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb8a6, #5dc6b4, #79d7c3, #94e0d1, #a9eadf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb8a6, #5dc6b4, #79d7c3, #94e0d1, #a9eadf);
} 🔗 Explore similar color palettes
Emerald Whisper color palette created on .