Mountain Bliss Color Palette
Discover the beautiful Mountain Bliss color palette featuring envy (#98a99a), ripe lemon (#f7da1d), wild blue yonder (#7f75bd), web orange (#f0a800) and tapestry (#b95b87).
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 Mountain Bliss palette
💻 Mountain Bliss color palette CSS
/* CSS */
.color-1 {
color: #98a99a;
}
.color-2 {
color: #f7da1d;
}
.color-3 {
color: #7f75bd;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #b95b87;
}
/* CSS Variables */
:root {
--color-1: #98a99a;
--color-2: #f7da1d;
--color-3: #7f75bd;
--color-4: #f0a800;
--color-5: #b95b87;
}
🌈 Mountain Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98a99a, #f7da1d, #7f75bd, #f0a800, #b95b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98a99a, #f7da1d, #7f75bd, #f0a800, #b95b87);
}
🔗 Explore similar color palettes
Mountain Bliss color palette created on .