Morning Glory Color Palette

Discover the beautiful Morning Glory color palette featuring morning glory (#9edde0), monte carlo (#80d1d0), pelorous (#4eb6c6), eastern blue (#2b9cb6) and blue lagoon (#007a8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Cool, Spring, Teal, Turquoise, Vibrant, Warm Summer color palettes and combinations.

💡 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 Morning Glory palette

Share this palette to:

💻 Morning Glory color palette CSS

/* CSS */
.color-1 {
color: #9edde0;
}
.color-2 {
color: #80d1d0;
}
.color-3 {
color: #4eb6c6;
}
.color-4 {
color: #2b9cb6;
}
.color-5 {
color: #007a8a;
}

/* CSS Variables */
:root {
--color-1: #9edde0;
--color-2: #80d1d0;
--color-3: #4eb6c6;
--color-4: #2b9cb6;
--color-5: #007a8a;
}

🌈 Morning Glory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9edde0, #80d1d0, #4eb6c6, #2b9cb6, #007a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9edde0, #80d1d0, #4eb6c6, #2b9cb6, #007a8a);
}

Morning Glory color palette created on .