Mondstadt Color Palette

Discover the beautiful Mondstadt color palette featuring astral (#3a8e9c), downy (#76c3d0), edgewater (#d1e5e3), porcelain (#f4f5f6) and saffron mango (#f9c54e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coastal, Cyan, Green, Light, Spring, Sun, Yellow 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 Mondstadt palette

Share this palette to:

💻 Mondstadt color palette CSS

/* CSS */
.color-1 {
color: #3a8e9c;
}
.color-2 {
color: #76c3d0;
}
.color-3 {
color: #d1e5e3;
}
.color-4 {
color: #f4f5f6;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #3a8e9c;
--color-2: #76c3d0;
--color-3: #d1e5e3;
--color-4: #f4f5f6;
--color-5: #f9c54e;
}

🌈 Mondstadt background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e9c, #76c3d0, #d1e5e3, #f4f5f6, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e9c, #76c3d0, #d1e5e3, #f4f5f6, #f9c54e);
}

Mondstadt color palette created on .