Legoshi's Serenity Color Palette

Discover the beautiful Legoshi's Serenity color palette featuring horizon (#5b7f9a), neptune (#7ba7b7), sinbad (#a2d2d8), mandys pink (#f1c6a7) and japonica (#d87c6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Aesthetic, Bright, Nature, Soft, Spring, 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: #5b7f9a;
}
.color-2 {
color: #7ba7b7;
}
.color-3 {
color: #a2d2d8;
}
.color-4 {
color: #f1c6a7;
}
.color-5 {
color: #d87c6e;
}

/* CSS Variables */
:root {
--color-1: #5b7f9a;
--color-2: #7ba7b7;
--color-3: #a2d2d8;
--color-4: #f1c6a7;
--color-5: #d87c6e;
}

🌈 Legoshi's Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7f9a, #7ba7b7, #a2d2d8, #f1c6a7, #d87c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7f9a, #7ba7b7, #a2d2d8, #f1c6a7, #d87c6e);
}

Legoshi's Serenity color palette created on .