Legoshi's Serenity Color Palette

Discover the beautiful Legoshi's Serenity color palette featuring curious blue (#2c85c9), viking (#56b8dc), spray (#8ee1ec), manhattan (#f8c5a0) and burnt sienna (#ec6e5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cyan, Turquoise, Peach, Coral, Warm, Bright, Coastal, Summer, Vibrant, 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: #2c85c9;
}
.color-2 {
color: #56b8dc;
}
.color-3 {
color: #8ee1ec;
}
.color-4 {
color: #f8c5a0;
}
.color-5 {
color: #ec6e5b;
}

/* CSS Variables */
:root {
--color-1: #2c85c9;
--color-2: #56b8dc;
--color-3: #8ee1ec;
--color-4: #f8c5a0;
--color-5: #ec6e5b;
}

🌈 Legoshi's Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c85c9, #56b8dc, #8ee1ec, #f8c5a0, #ec6e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c85c9, #56b8dc, #8ee1ec, #f8c5a0, #ec6e5b);
}

Legoshi's Serenity color palette created on .