Xemxith Color Palette

Discover the beautiful Xemxith color palette featuring blue dianne (#1d4e4c), smalt blue (#4c8a89), neptune (#88c3c1), sandwisp (#f3e8a0) and anzac (#d9a74a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeach, Bright, Green, Nature, Spring, Sun, Teal, Turquoise, 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 Xemxith palette

Share this palette to:

💻 Xemxith color palette CSS

/* CSS */
.color-1 {
color: #1d4e4c;
}
.color-2 {
color: #4c8a89;
}
.color-3 {
color: #88c3c1;
}
.color-4 {
color: #f3e8a0;
}
.color-5 {
color: #d9a74a;
}

/* CSS Variables */
:root {
--color-1: #1d4e4c;
--color-2: #4c8a89;
--color-3: #88c3c1;
--color-4: #f3e8a0;
--color-5: #d9a74a;
}

🌈 Xemxith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4e4c, #4c8a89, #88c3c1, #f3e8a0, #d9a74a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4e4c, #4c8a89, #88c3c1, #f3e8a0, #d9a74a);
}

Xemxith color palette created on .