Legoshi's Serenity Color Palette

Discover the beautiful Legoshi's Serenity color palette featuring patina (#5e8d7e), pixie green (#b7d8b1), sidecar (#f2e4b0), petite orchid (#e3a2a1) and trendy pink (#7e5b8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Soft, Aesthetic, Earthy, Blue, Light, Pastel, Nature, Modern, Legoshi 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 Legoshi's Serenity palette

Share this palette to:

💻 Legoshi's Serenity color palette CSS

/* CSS */
.color-1 {
color: #5e8d7e;
}
.color-2 {
color: #b7d8b1;
}
.color-3 {
color: #f2e4b0;
}
.color-4 {
color: #e3a2a1;
}
.color-5 {
color: #7e5b8f;
}

/* CSS Variables */
:root {
--color-1: #5e8d7e;
--color-2: #b7d8b1;
--color-3: #f2e4b0;
--color-4: #e3a2a1;
--color-5: #7e5b8f;
}

🌈 Legoshi's Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e8d7e, #b7d8b1, #f2e4b0, #e3a2a1, #7e5b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e8d7e, #b7d8b1, #f2e4b0, #e3a2a1, #7e5b8f);
}

Legoshi's Serenity color palette created on .